@speedrussr
This is great info....I was just running through my code again due to duplications/mirroring of graphics.
It came up out of nowhere when I asken my colleguae to test it, after I tested it for a couple of weeks without any problems.
Posts made by zoner
-
RE: M5StickC Plus2 LCD Issues
-
RE: WebBurner from UI FLOW2 error
Ah
I thought it was me. can confirm I had the same yesterday (11/3/2024)
-
Label Rotation
Hi All
I just transferred from UIF to UIF2, but for the life of me I cannot find a way to rotate my text labels.
any pointers?Im using a StickC+2
-
RE: UIFlow Timer locks code?
I think I cracked it. I hope this will help some people with the same issue.
@ajb2k3 , I was looking at some of the comments regarding m5.lightsleep() and m5.deepsleep(). how can you wake the device up without a timer, is there a button press option?
-
UIFlow Timer locks code?
I was trying to create a timer, which envokes power saving features after x amount seconds of non use/button press of the device.
When in this 'powersave' mode, any button will wake up the device (M5StickCplus2) again (which works).
some snippets of code below:Define timer:
Timer Callback:
Button Press:
Somehow the timer locks all the processes and no action can be undertaken after the screen becomes visible again.
Any hints (or previous experience) people have with this kind of power saving methods, or is there an easier way (using UIFlow).
NOTE: UIFLow2 doesnt really work for my use case, so I gave up on that one. -
M5STACK Plus 2 - MVC
Hi all,
One of those little problems that is driving me mad.
-
I have burnt the latest firmware with M5 burner (Developed based on Micropython-1.12, For M5StickC-Plus2 device).
-
list itemI have loaded Pymaker in Visual Studio Code (VSC).
-
list itemI have added vscode-m5stack-mpy to visual code.
-
list itemI can connect to the M5Sp2 via com7
-
list itemI can stop the script and in the terminal mannually connect to the wifi, change the display and do all kind of stuff.
What I cannot do is write some code in VSC and run that in the M5Sp2 with the big 'play' button. VSC springs the following error: "command 'm5stack.itemRun' not found".
Anyone seen this problem?
VSC basically tells me I use the wrong interpreter, but I used python 3.9 and 3.12.... -