Search found 4 matches

by kwyman
Sun May 05, 2019 3:51 pm
Forum: ESP32 boards
Topic: ILI9225 TFT display driver
Replies: 11
Views: 8898

Re: ILI9225 TFT display driver

Just take one of the existing drivers, take the datasheet, and make it. It's not rocket surgery. You will probably only need to make small modification to the initialization commands, everything else should be exactly the same. Do you know where I can look at some examples of how to adapt libraries...
by kwyman
Fri Jan 11, 2019 1:32 pm
Forum: ESP32 boards
Topic: ILI9225 TFT display driver
Replies: 11
Views: 8898

Re: ILI9225 TFT display driver

Thanks guys! I will see if I can do it! #stillabeginner :D
by kwyman
Thu Jan 03, 2019 5:49 pm
Forum: ESP32 boards
Topic: ILI9225 TFT display driver
Replies: 11
Views: 8898

Re: ILI9225 TFT display driver

I'm using the "normal" firmware @ micropython.org. Maybe someone has looked at making a generic display driver?
by kwyman
Sat Dec 29, 2018 12:37 pm
Forum: ESP32 boards
Topic: ILI9225 TFT display driver
Replies: 11
Views: 8898

ILI9225 TFT display driver

Does anyone know of a driver compatible with the ILI9225 chip for driving a 2.2" 176x220 TFT colour display? I can only get my hands on arduino or Raspberry Pi drivers. Thanks!