This is the dedicated graphics hardware-specific library for ILI9325 TFT LCD display driver. It needs to be paired with the core graphics Adafruit GFX Library.
Adafruit GFX graphics core library derive from https://github.com/adafruit/Adafruit-GFX-Library
ILI9325 chip features:
- 240x320 RGB resolution
- 262,144 display color (Note: The library supports only 16-bit color - 65,536 colors.)
LCD TFT 2,4' shield features:
- shield compatible with Arduino UNO
- 8-bit Parallel Peripheral Interface (DB17-DB10 data pins are used to transfer)
- two DP74HC245 CMOS level drivers for 5/3V conversion
void setRotation(uint8_t x);
setRotation(0) | setRotation(1) | setRotation(2) | setRotation(3) |
---|---|---|---|
Screens generated example program from ./examples/Test_LDC_rotation_v1