micro-gui: Highest resolution display to date #10511
Replies: 7 comments 11 replies
-
Hi @peterhinch By the way ili9486 driver works well for ili9488, tested on this display |
Beta Was this translation helpful? Give feedback.
-
White is the new Black |
Beta Was this translation helpful? Give feedback.
-
Further to previous post regarding a waveshare ili9488 board (that has a place to plug in a pico) if I amend the the gui.core.color.py to have the following color definitions then we are restored to proper colours. I suspect instead of doing this there is a better tweak somewhere so that the standard colours dont have to be re-defined, but its working OK with these redefinitions. if hasattr(SSD, 'lut'): # Colors defined by LUT: |
Beta Was this translation helpful? Give feedback.
-
@TA1DB I assume you didn't experience this. Are you using |
Beta Was this translation helpful? Give feedback.
-
@peterhinch - its not @TA1DB but me again :). Just to confirm that, at least on my ili9488 (a waveshare designed for the pico as per the link from TA1DB) the mico_gui colours were inverted just the same as on the nano_gui. Of course the 'SSD.COLOR_INVERT = 0xFFFF' sorted it out ok. And fyi on a picow with just the mico_gui module frozen, running the various.py demo, the free RAM was reported as 40688 |
Beta Was this translation helpful? Give feedback.
-
Sorry for a bit of offtop question, but i'm currently looking for any micropython driver lib for running 128x160 lcd display based on ILI9163 controller. Does micro-gui or nano-gui have support for this type of controller? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Welp, no luck so far with regular st7735 driver from Guy Carver, display test showing some horizontal splitted areas, looks like wrong init... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The image below shows a variety of widgets on an ILI9486 480x320 display.
The host was an RP2 Pico using frozen bytecode. Free RAM while the demo ran was just under 70K. The much smaller nano-gui ran demos without the need for frozen bytecode.
Credit is due to @brave-ulysses in this thread for helping me understand the hardware used in the Waveshare Pi HAT.
Beta Was this translation helpful? Give feedback.
All reactions