Please add support to Left and Center text in a Label
Best posts made by CodeGrue
-
Ability to Left and Center text in a Label
Latest posts made by CodeGrue
-
Set background color of a Label
Please add ability to select the color for a label background (and border while at it)
-
Ability to Left and Center text in a Label
Please add support to Left and Center text in a Label
-
Full LVGL support
It seems like only a small set of objects and options from LVGL have been implemented in the m5stack_ui. Is there a plan to pull more of this stuff in? I am finding I have to jump to pure python to work round the limitations of the basic UI.
-
RE: touch stopped working
I had the same thing happen with the AWS version. Touch was working initially with the Core2_For_AWS firmware. However, I burned the Core2_Tools firmware. When this booted it said "Updating touch firmware" and then the screen was unresponsive with any other firmware burns. Somehow this disabled the touch capability. I tested this on two AWS units and it happened to both.
I feel like it may be a screen calibration issue. There is this note from this page (https://shop.m5stack.com/products/m5stack-core2-esp32-iot-development-kit-for-aws-iot-edukit):
"Some of the screen edges will have touch non-linearity problem, you can try to use M5Tool to upgrade the screen firmware to solve this problem."
And looking at the source code for the referenced M5Tool, it appears it performs a procedure to update the touch firmware to version 17. This may actually be a downgrade for the AWS unit, maybe not, but in any case I'm pretty sure this broke it.
-- void ft6336_fw_updater(void); // M5Core2 TouchPanel updater
I logged an issue with the M5Tool github project. Looking at the history this is not the first time this firmware update broke one of the models.
-
How do we format dates without strftime being available?
rtc.datetime().strftime("%Y-%m-%d")