Copyright 2021 Moddable Tech, Inc.
Revised: March 4, 2022
Size | 2.4" & 2.8", 320 x 240 |
Type | TFT LCD |
Interface | SPI |
Drivers | video ILI9341, touch XPT2046 (not supported yet) |
Availability | Generic SPI Displays on eBay |
Description | These inexpensive displays are available on eBay and other resources. Note: They are available in touch and non-touch versions which appear very similar. |
At this time Moddable sample code does not include display SD card support.
The balls example is good for testing this display. To run a debug build, use the following build command:
cd $MODDABLE/examples/piu/balls
mcconfig -d -m -p pico/ili9341
This is a typical layout of the ili9341 module.
ILI9341 Display | Pico |
---|---|
VCC | 3.3V |
GND | GND |
CS | GPIO 9 |
RESET | GPIO 12 |
DC | GPIO 7 |
SDI / MOSI | GPIO 11 |
SCK | GPIO 10 |
LED | 3.3V |