M5Stack Offline Mode UI
-
Hey All, I'm working on a python project with no internet access, therefore I'm unable to use M5Flow or M5Cloud.
What would be the best tool/module/library to use to Create a UI on the M5Stack using Python?
I flashed the M5Cloud firmware, and using "adafruit ampy" to upload my code.But I'm unable to import the m5ui module or find where to download it from.
It seems M5ez is only available for Arduino at the moment.Any ideas?
Thanks! -
Hello, these are two great gui library for you.
-
@yurikleb
M5Flow is growing. It will be better for supporting off-line working environment. Please waiting. -
@watson 在 M5Stack Offline Mode UI 中说:
@yurikleb
M5Flow is growing. It will be better for supporting off-line working environment. Please waiting.@watson will it get the ability to make modified camera firmware?
or at least allow us to make custom device while retaining the cameras function. -
@ajb2k3
Hey
What's you specifically mean? I'm also interesting in the camera module(M5Camera). -
Hello,
I'm also looking for a way to use flow.m5stack.com or io.m5stack.com without internet-access.
It would be great if we could setup our own server to wich the module can connect.
Regards -
@watson 在 M5Stack Offline Mode UI 中说:
@ajb2k3
Hey
What's you specifically mean? I'm also interesting in the camera module(M5Camera).Allow user the ability to add to the base code and extend it ie and interrnet enabled smart camera doorbell.
With the idf and command line being the only way to program the camera, I cant do much hacking :(
-
Yes, please bring offline mode! Thanks!
-
@watson Tanks!
Sorry for the slow response,I will have a look into InfinateYuan1 Repos.
It seems like in one of them he is using lvgl.
Have you seen this post from a few weeks ago:
https://blog.littlevgl.com/2019-02-20/micropython-bindingsDo you think it's possible to add LittlevGL Micropython Binding to your next firmware build?
It shouldn't be too hard according to this part of the article:
https://blog.littlevgl.com/2019-02-20/micropython-bindings#how-can-i-use-itThanks!
-
Hello, If you use Windows or Linux OS,
Please try UIFlow-Desktop-IDE !- You can download it from below. (firmware version must be >= 1.2.0)
https://m5stack.com/download - Please switch to USB-mode on the M5Stack setup screen.
Have a enjoy programming with M5Stack!
- You can download it from below. (firmware version must be >= 1.2.0)
-
@yurikleb Thank you! I already heard of little lvgl. But May be a long time later about adding it.