Adafruit 1.9" 320x170 Color IPS TFT Display - ST7789

SKU: ada-5394
EAN / Barcode:
Delivery time: Ready for shipment immediately, delivery time 1-2 days

Price:
Sale price27,09 €

Tax included Shipping calculated at checkout

Stock:
In stock

Description

Dieses hübsche kleine Display-Breakout ist der beste Weg, um ein kleines, farbenfrohes und sehr helles Display zu jedem Projekt hinzuzufügen. Da das Display über 4-Draht-SPI kommuniziert und einen eigenen pixeladressierbaren Framebuffer hat, kann es mit jeder Art von Mikrocontroller verwendet werden. Sogar mit einem sehr kleinen Mikrocontroller mit wenig Speicher und wenigen verfügbaren Pins! Das 1,9"-Display hat 320x170 16-Bit-Vollfarbpixel und ist ein IPS-Display, so dass die Farbe bis zu 80 Grad in jede Richtung gut aussieht. Der TFT-Treiber (ST7789) ist dem beliebten ST7735 sehr ähnlich, und Adafruits Arduino-Bibliothek unterstützt ihn gut.

Auf dem Breakout ist das TFT-Display aufgelötet (es verwendet einen empfindlichen Flex-Circuit-Anschluss) sowie ein 3,3-V-Regler mit extrem niedrigem Dropout, ein Auto-Reset-Schaltkreis und ein 3/5-V-Pegelumsetzer, so dass Sie es mit 3,3-V- oder 5-V-Strom und Logik verwenden können. Da Adafruit etwas mehr Platz zur Verfügung hatte, haben sie einen microSD-Kartenhalter eingebaut, mit dem Sie ganz einfach farbige Bitmaps von einer FAT16/FAT32-formatierten microSD-Karte laden können. Die microSD-Karte ist nicht im Lieferumfang enthalten, aber Sie können sie hier erwerben.

Natürlich werden Sie nicht einfach mit einem Datenblatt und einem "Viel Glück!" zurückgelassen. - Adafruit hat eine vollständige Open-Source-Grafikbibliothek für Arduino geschrieben, die Pixel, Linien, Rechtecke, Kreise, Text und Bitmaps zeichnen kann, sowie einen Beispielcode. Der Code ist für Arduino geschrieben, kann aber leicht auf Ihren bevorzugten Mikrocontroller portiert werden! Die Verdrahtung ist einfach, es wird dringend empfohlen, die Hardware-SPI-Pins Ihres Arduino zu verwenden, da Software-SPI bei dieser Displaygröße deutlich langsamer ist. Für Raspberry Pi oder andere Einplatinencomputer Python-Benutzer hat Adafruit eine Pillow-kompatible Bibliothek für den Benutzerbereich. Für CircuitPython gibt es einen Displayio-Treiber für native Unterstützung.

Dieses Display-Breakout verfügt auch über einen 18-poligen "EYE SPI"-Standard-FPC-Anschluss mit Flip-Top-Anschluss. Sie können ein 18-poliges FPC-Kabel mit 0,5 mm Abstand verwenden, um alle GPIO-Pins anzuschließen, wenn Sie sich das Löten sparen wollen.

Bitte beachten Sie! Dieses Display ist ursprünglich für Smartwatches und ähnliche Geräte gedacht, bei denen ein Glas über dem Bildschirm liegt. Ohne etwas, das den Bildschirm sanft nach unten hält, kann sich die Hintergrundbeleuchtung schließlich vom TFT ablösen. (Es ist nicht zerstörerisch, aber es ist unschön) Sie können dies verhindern, indem Sie idealerweise eine Kunststoff- oder Glasabdeckung/Overlay hinzufügen. Wenn Sie das Gerät unverkleidet verwenden, tupfen Sie etwas E6000 oder einen ähnlichen Bastelkleber auf die dünnen Seitenränder, oder verwenden Sie ein dünnes Stück Klebeband, um das TFT auf der Vorderseite mit der Hintergrundbeleuchtung zu verbinden.

Technische Daten

  • 1,9-Zoll-LCD-TFT-Bildschirm
  • Eingebauter microSD-Steckplatz
  • 1x11 Header für einfaches Breadboarding
  • 4 x 0.1" / 2.5mm Befestigungslöcher in den Ecken
  • TFT-Bildschirm-Abmessungen: ~46mm x 25mm
  • Gesamtabmessungen: 57,2mm x 36,6mm x 5,2mm
  • Befestigungslöcher: 52mm x 31.7mm

EYE SPI 18-Pin FPC-Anschluss

  1. VIN (3 bis 5V DC Stromversorgung)
  2. Hintergrundbeleuchtung (3~5V logischer PWM-Eingang optional)
  3. Masse
  4. SPI-Takt (3~5V Logikeingang)
  5. SPI MOSI (3~5V Logik Mikrocontroller Ausgang, Bildschirm/SD Eingang)
  6. SPI MISO (3~5V Logik Mikrocontroller Eingang, Bildschirm/SD Ausgang)
  7. TFT Daten/Befehle (3~5V Logik Eingang)
  8. TFT Reset (optionaler 3~5V Logikeingang)
  9. TFT SPI Chip Select (3~5V logischer Eingang)
  10. SD-Karten-SPI-Chipauswahl (3~5V logischer Eingang)
  11. Unbenutzt
  12. Unbenutzt
  13. Unbenutzt
  14. Unbenutzt
  15. Unbenutzt
  16. Unbenutzt
  17. Unbenutzt
  18. Unbenutzt

Produkt-Abmessungen: 57.2mm x 36.6mm x 5.2mm / 2.3" x 1.4" x 0.2"

Produktgewicht: 9.6g / 0.3oz

English Description

This lovely little display breakout is the best way to add a small, colorful, and very bright display to any project. Since the display uses 4-wire SPI to communicate and has its own pixel-addressable frame buffer, it can be used with every kind of microcontroller. Even a very small one with low memory and few pins available! The 1.9" display has 320x170 16-bit full-color pixels and is an IPS display, so the color looks great up to 80 degrees off-axis in any direction. The TFT driver (ST7789) is very similar to the popular ST7735, and Adafruits Arduino library supports it well.

The breakout has the TFT display soldered on (it uses a delicate flex-circuit connector) as well as an ultra-low-dropout 3.3V regulator, auto-reset circuitry, and a 3/5V level shifter so you can use it with 3.3V or 5V power and logic.Adafruit also had a little extra space, so they placed a microSD card holder so you can easily load full color bitmaps from a FAT16/FAT32 formatted microSD card. The microSD card is not included, but you can pick one up here.

Of course, Adafruit wouldn't just leave you with a datasheet and a "good luck!" - they've written a full open-source graphics Arduino library that can draw pixels, lines, rectangles, circles, text, and bitmaps as well as example code. The code is written for Arduino but can be easily ported to your favorite microcontroller! Wiring is easy, we strongly encourage using the hardware SPI pins of your Arduino as software SPI is noticeably slower when dealing with this size display. For Raspberry Pi or other Single Board Computer Python users, we have a user-space Pillow-compatible library. For CircuitPython there's a displayio driver for native support.

This display breakout also features an 18-pin "EYE SPI" standard FPC connector with flip-top connector. You can use an 18-pin 0.5mm pitch FPC cable to connect to all the GPIO pins, for when you want to skip the soldering.

Please note! This display is designed original for smartwatches and similar, where there's a glass over the screen. Without something gently holding the screen down, the backlight can eventually peel away from the TFT. (It's not destructive but it's unattractive) You can prevent this by, ideally, adding a plastic or glass cover/overlay. If using bare, try dabbing a touch of E6000 or similar craft glue on the thin side edges, or using a thin piece of tape to keep the front TFT attached to the backlight.

Technical Details

Specifications:

  • 1.9" LCD TFT display
  • Built-in microSD slot 
  • 1x11 header for easy breadboarding
  • 4 x 0.1" / 2.5mm mounting holes in corners
  • TFT screen dimensions: ~46mm x 25mm 
  • Overall dimension: 57.2mm x 36.6mm x 5.2mm 
  • Mounting holes: 52mm x 31.7mm 

EYE SPI 18-pin FPC Connector:

  1. VIN (3 to 5V DC power)
  2. Backlight (3~5V logic PWM optional input)
  3. Ground
  4. SPI Clock (3~5V logic in)
  5. SPI MOSI (3~5V logic Microcontroller Out, Screen/SD In)
  6. SPI MISO (3~5V logic Microcontroller In, Screen/SD Out)
  7. TFT Data/Command (3~5V logic in)
  8. TFT Reset (optional 3~5V logic in)
  9. TFT SPI Chip Select (3~5V logic in)
  10. SD Card SPI Chip Select (3~5V logic in)
  11. Unused
  12. Unused
  13. Unused
  14. Unused
  15. Unused
  16. Unused
  17. Unused
  18. Unused

Product Dimensions: 57.2mm x 36.6mm x 5.2mm / 2.3" x 1.4" x 0.2"

Product Weight: 9.6g / 0.3oz

Benötigen Sie Beratung oder ein Angebot zu diesem Artikel?

Customer Reviews

No reviews yet
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)

Zuletzt gesehen