Round displays using GC9A01 controller #15100
peterhinch
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Nice work! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
These are now supported by nano-gui, also micro-gui. The CST816S touch controller is commonly used with these displays. Such hardware is also supported by micropython-touch.
For anyone thinking of using these, logically they are 240x240 displays but only those pixels in the circular region are visible. The display driver is written in Python and uses 4 bit pixels with a color lookup table to conserve RAM. It may readily be adapted for an 8 or 16 bit frame buffer.
Beta Was this translation helpful? Give feedback.
All reactions