2.2 tft lcd adafruit manufacturer
The Adafruit 2.2"" TFT screen is a small breakout board equipped with a colorful and bright display that can be used with many type of microcontroller thanks to its SPI interface. The board"s voltage regulator let you connect the breakout board to a 3 V or 5 V controller.
The cute PiTFT got even more adorable with this little primary display for Raspberry Pi in HAT form! It features a 2.2" display with 320x240 16-bit color pixels. The HAT uses the high speed SPI interface on the Pi and can use the mini display as a console, X window port, displaying images or video etc. Best of all it plugs right in on top of your Model A+ or B+ and fits into our case quite nicely. It"s designed to plug directly onto the Raspberry Pi 2, Pi 3, Pi Zero or Raspberry Pi 1 Model A+ or B+ . While not specifically designed for Pi Model A or B, you can use it with A/B if you solder in an extra-tall 2x13 header (not included) instead of the included 2x20 header This design uses the hardware SPI pins (SCK, MOSI, MISO, CE0, CE1) as well as GPIO #25. All other GPIO are unused and are available on a 25-pin long breakout line. Since we had a tiny bit of space, there"s 4 flat tactile switches wired to four GPIOs, that you can use if you want to make a basic user interface. For example, you can use one as a power on/off button. Comes as a fully assembled display PCB and an additional 2x20 GPIO header. Some light soldering is required to attach the 2x20 GPIO header to the HAT but it"s fast and easy for anyone with a soldering iron and solder. You can also swap the plain female header we have with a "stacky" type that lets you plug in a hat or GPIO cable on top or a slim ultra-low-profile header.
I"m a little confused about whether the SD card is mounted on the back of the TFT display module, or if you have a separate SD breakout board based on what you linked.
The 2.2" display has 320x240 color pixels. Unlike the low cost "Nokia 6110" and similar LCD displays, which are CSTN type and thus have poor color and slow refresh, this display is a true TFT! The TFT driver (ILI9340) can display full 18-bit color (262,144 shades!). And the LCD will always come with the same driver chip so there"s no worries that your code will not work from one to the other.
The breakout has the TFT display soldered on (it uses a delicate flex-circuit connector) as well as a ultra-low-dropout 3.3V regulator and a 3/5V level shifter so you can use it with 3.3V or 5V power and logic. We also had a little space so we 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.
Of course, Adafruit wouldn"t just leave you with a datasheet and a "good luck!" - they"ve written a full open source graphics 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. Check the example sketches for wiring help until they get a detailed wiring tutorial written!