ILI9225 TFT display driver

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
cnobile
Posts: 2
Joined: Thu Feb 10, 2022 2:24 am

Re: ILI9225 TFT display driver

Post by cnobile » Thu Feb 10, 2022 2:29 am

There is a MicroPython compatible driver for the ILI9225 at https://github.com/naumazeredo/pyILI9225.
I've never used it and it seems a bit complicated to install because of its dependencies, but I'll probably give it a try in the next few weeks.

cnobile
Posts: 2
Joined: Thu Feb 10, 2022 2:24 am

Re: ILI9225 TFT display driver

Post by cnobile » Fri Feb 11, 2022 2:17 am

So I've looked into this driver for the ILI9225 a little more and when you get down to the innermost dependencies it will only work with the Raspberry Pi.

Sorry for any excitement this may have caused. :oops:

Post Reply