Library to drive an ILI9225 2.2" SPI TFT.
Dependents: ILI9225_TFT_Sample
ILI9225 SPI TFT Library
This library works with the ILI9225 based 2.2" 176x220 TFT LCD shields commonly found on eBay. Note that there is a commonly available 2.2" 240x320 TFT module very similar in appearance but using the ILI9341 driver. (Only the main Buffer IC and I/O pins are different)
Wiring guide :
mbed board | LCD board |
---|---|
+ 3,3V or +5V | VCC |
GND | GND |
GPIO_PIN | RST (Reset pin) |
GPIO_PIN | RS [Command (RS=0)/ Parameter (RS=1)] |
GPIO_PIN or GND | CS (Chip selection pin) |
SPI_MOSI | SDI (Serial data input ) |
SPI_SCK | CLK (Reference clock) |
GPIO_PIN or PWM or VCC | LED (Backlit) |
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:cc93245bb6d0 | 2015-09-01 | Arman92 | fixed non-hardware SPI issue |
1:73bf39f23246 | 2015-09-01 | Arman92 | Fixed non-hardware SPI issue |
0:e97881aef140 | 2015-08-31 | Arman92 | Initial Commit |