Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. CodeGrue
    C
    • Continue chat with CodeGrue
    • Start new chat with CodeGrue
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    CodeGrue

    @CodeGrue

    0
    Reputation
    5
    Posts
    332
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    CodeGrue Follow

    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)

      posted in Features Wish List
      C
      CodeGrue
    • Ability to Left and Center text in a Label

      Please add support to Left and Center text in a Label

      posted in Features Wish List
      C
      CodeGrue
    • 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.

      posted in Features Wish List
      C
      CodeGrue
    • 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.

      posted in Core 2
      C
      CodeGrue
    • How do we format dates without strftime being available?

      rtc.datetime().strftime("%Y-%m-%d")

      posted in Micropython
      C
      CodeGrue