fast-arduino-lib icon indicating copy to clipboard operation
fast-arduino-lib copied to clipboard

Add support for Arduino LCD

Open jfpoilpret opened this issue 2 years ago • 1 comments

Arduino LCD is based on ILI 9163 LCD display chip. It also includes a SC Card reader (not the target of this issue though).

jfpoilpret avatar May 16 '23 22:05 jfpoilpret

After investigation, it seems that Arduino LCD is based on ST7735, not ILI9163 chip. As a matter of fact, both chips are very similar, I would say ST7735 is a " functional subset" of ILI9163:

  • reduced number of supported resolutions
  • maybe other differences (I did not have time to compare both datasheets in details)

Since I only own an official Arduino LCD, FastArduino support will be on ST7735 only as I won't be able to check it on ILI9163.

jfpoilpret avatar May 18 '23 10:05 jfpoilpret