Wykres commitów

10 Commity (10ca0458dbee7e6923668606aa13da5e6e30b958)

Autor SHA1 Wiadomość Data
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
peterhinch 838cf40522 Use framebuf.ellipse, migrate create_color to CWriter. 2022-12-06 17:51:54 +00:00
Peter Hinch b5d62a64c5 Include writer bugfix. 2021-09-19 12:00:54 +01:00
Peter Hinch 5638dcd8c7 Smaller, faster writer.py. Requires fw V1.17 or later. 2021-09-07 10:38:00 +01:00
Peter Hinch c344aebf27 writer.py: Add timing comments. 2021-08-31 08:55:01 +01:00
Peter Hinch dbc4f4689b PR7682 improvements: drivers, writer.py, docs. 2021-08-29 11:50:03 +01:00
Peter Hinch ce0f47c7eb Tested on rp2. 2021-03-14 14:40:29 +00:00
Peter Hinch 16529f2d0b Fix writer issue with fast mode on rp2. Add writer changes for accurate clip/wrap. 2021-02-14 17:14:01 +00:00
Peter Hinch 9c82154262 README improvements. Fix writer to import framebuf_utils.mpy 2020-11-06 14:38:48 +00:00
Peter Hinch ddadf31346 Temporary commit 2020-11-03 14:28:00 +00:00