micropython-nano-gui/gui
Carl Pottle 10ca0458db New driver for ILI9488 over SPI bus
ILI9488 does not support 16 bits per pixel over SPI.
It does support it over 8 or 16 bit parallel bus.
As a result, the existing ili9486 driver will work
with some ili9488 boards.

Some vendors sell boards with ILI9488 and serial to parallel
converters.
I beleive those boards will work with either the ili9486 or
this new driver.

I tested this code with the following demos:
- gui/demos/scale.py
- gui/demos/aclock.py
- gui/demos/aclock_large.py
- gui/demos/scale.py

I tested landscape and portrait in color and greyscale.
2025-04-01 16:27:20 -07:00
..
core New driver for ILI9488 over SPI bus 2025-04-01 16:27:20 -07:00
demos Async EPD demos: fix iss #66. 2024-06-07 14:55:19 +01:00
fonts
widgets Document label alignment. Simplify logic. 2022-12-19 13:49:03 +00:00