Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. grundprinzip
    3. Topics
    G
    • Continue chat with grundprinzip
    • Start new chat with grundprinzip
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by grundprinzip

    • G

      M5Paper Canvas Rendering Artifacts
      PRODUCTS • • grundprinzip

      2
      0
      Votes
      2
      Posts
      2717
      Views

      M

      My question is, if the behavior is required or an artifact of the integration with the driver? I think this is required. When actually transferring data to the screen, this is done 4 pixels at a time. Shouldn't the library simply forbid creating a canvas that is not a multiple of 4? Probably, yes.
    • G

      M5Paper UI Framework Sample Project
      PROJECTS • • grundprinzip

      3
      2
      Votes
      3
      Posts
      4620
      Views

      G

      @fonix232 Thanks! For me the exercise is much more exploring how the epaper display works when drawing the different components and how to optimize partial updates. I will have a look at the projects you mentioned and see if I can find some inspiration!
    • G

      M5Paper Shutdown() / Deep Sleep / Wakeup
      Cores • • grundprinzip

      14
      0
      Votes
      14
      Posts
      14646
      Views

      T

      @casascius How did you even get that far? I have made a project using the new Unified library, and I can not even find the shutdown() functions at all. EDIT: with the unified library, I am simply trying: M5.Power.timerSleep(600); Even when on USB power, this is 'caught', and so far wakeup is reliable.