Skip to content

Hardware-specific graphics library build on Adafruit-GFX-Library, works with TFT 2.4 shields with the ILI9325 controller for Arduino Uno.

License

Notifications You must be signed in to change notification settings

PiotrCzCc/Arduino-LCD-TFT-ILI9325

Repository files navigation

Note: library under construction - alfa version

Arduino LCD TFT Library for ILI9325 Liltek driver

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

1) LCD TFT 2,4' shield

Picture1 Picture2
Picture3 Picture4

Picture5

2) LCD TFT ILI9325 Library

void setRotation(uint8_t x);

setRotation(0) setRotation(1) setRotation(2) setRotation(3)
Picture6 Picture7 Picture8 Picture9

Screens generated example program from ./examples/Test_LDC_rotation_v1

About

Hardware-specific graphics library build on Adafruit-GFX-Library, works with TFT 2.4 shields with the ILI9325 controller for Arduino Uno.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages