MicroPython, LVGL and Squareline Studio #223
jlandgrave62
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In case you haven't seen it, there's a fantastic LVGL Graphical Editor that can create rich GUI's for the CYD. This includes the ability to use fonts and graphics which are converted automatically when you import them. This tool has a specific targeted device for the CYD as long as you're using C and Arduino. Unfortunately, it only generates the desktop version of a micropython app and has no specific information for how to get the lv_micropython drivers working for the CYD. Given how popular the CYD is becoming and that MicroPython is a much better starter language for hobbyists and builders I think it would be great if we could figure out how to create a standard lv_micropython driver for the CYD and then provide step-by-step instructions on how to build a GUI in Squareline studio, export to desktop and then modify the code to work with the CYD. I'm happy to build the instructions but creating the display and touch drivers is way out of my skillset. Anyone else interested in helping me get this to work?
Beta Was this translation helpful? Give feedback.
All reactions