Micropython Display Graphics Architecture and Naming Convention #18438
Unanswered
ChrisMicro
asked this question in
Libraries & Drivers
Replies: 2 comments 16 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I was going to suggest displayio – High level, display object compositing system — Adafruit CircuitPython documentation, but it has no compatibility with GFX. |
Beta Was this translation helpful? Give feedback.
14 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.
-
For graphics often a layered software architecture is used like:
gui => framebuf => driver
Framebuf in Mircopython is very well documented but there are all this functions like drawing a filled rectangle are missing.
I think the naming convention of the Adafruit-GFX driver is quite good. TKinter canvas has another naming convention. Can it be normed and Is there a similar driver and naming convention for Micropython?
Beta Was this translation helpful? Give feedback.
All reactions