🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    cfg.clear_display=false has no effect on PaperS3?

    PRODUCTS
    2
    3
    400
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      wsanders
      last edited by wsanders

      I might post this as a bug: cfg.clear_display = false seems to have no effect on the PaperS3. It would be useful to have it work because the device could be woken up without having to rewrite the whole screen. Perhaps this is a hardware limitation?

      include <epdiy.h>
      #include <M5Unified.h>
      
      void setup() {
        auto cfg = M5.config();
        // This seems to have no effect:
        cfg.clear_display = false; 
        M5.begin(cfg);
      }
      

      May ways to workaround for the time being.

      felmueF 1 Reply Last reply Reply Quote 0
      • felmueF
        felmue @wsanders
        last edited by felmue

        Hello @wsanders

        this issue has been fixed in recent M5Unified and M5GFX libraries - see here. Make sure you are using the latest versions of these two libraries.

        BTW: I am using this feature in my non flickering RTC clock example - see here.

        Thanks
        Felix

        GPIO translation table M5Stack / M5Core2
        Information about various M5Stack products.
        Code examples

        W 1 Reply Last reply Reply Quote 0
        • W
          wsanders @felmue
          last edited by

          0.2.3 broke all my PaperS3 sketches. I posted separately about this in "Software". Work in progress...

          1 Reply Last reply Reply Quote 0
          • First post
            Last post