Ok! So after connecting to the serial REPL on the Core2, it seems like the lvgl module is already setup on the UIFlow firmware, which is great.
I just wish that was made more apparent in the documentation somewhere.
Best posts made by ctenophore
-
RE: adding lvgl to the m5stack micropython build?
Latest posts made by ctenophore
-
RE: [Core2] UiFlow - BOTTOM2 support
Hello everyone,
I just wanted to chime in and mention that with UIFlow firmware 1.7.1.1 that I also do not have the RGB leds showing up as hardware options in block view in the UIFlow IDE. I do not have the "Set bus power mode" as an available block. I CAN however call rgb.setColorAll() and other rgb functions from the python code and get the correct output from the LED strips on the Core2 M5go Bottom2 hardware. So I am not sure what that means as far as where the bug is.
Thank you!
-
RE: adding lvgl to the m5stack micropython build?
Ok! So after connecting to the serial REPL on the Core2, it seems like the lvgl module is already setup on the UIFlow firmware, which is great.
I just wish that was made more apparent in the documentation somewhere. -
adding lvgl to the m5stack micropython build?
Hello M5Stack Community,
I am slowly getting started with an M5Go device and I have a Core2 arriving at some point.
After looking at a few threads on this forum I wanted to give the lvgl library a try. I do not need to use firmware that completely eliminates the UIFlow libraries, I just want to add lvgl functionality to my device.
I do not have a lot of experience with C and embedded devices. Is there anyone that could provide an example of a lvgl configuration that works for the M5 devices? It would help me get moving faster.
I am piecing information together from the lvgl python bindings project example, but I remember folks mentioning custom driver code for the M5 products. So I have to admit to being a little overwhelmed.
@Zontex mentioned that lvgl was used for a M5stack firmware and I would love to see the related configuration as a template to help me wrap my head around the settings.
I appreciate any help or advice.
Thank you!