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

    UpdateArea

    Scheduled Pinned Locked Moved Cores
    1 Posts 1 Posters 3.1k Views
    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.
    • P Offline
      Powersoft
      last edited by

      Hello,

      Does anyone have experience with the command "M5.EPD.UpdateArea(205, 405, 250, 250, UPDATE_MODE_GL16);"
      Have tried this small program, without any succes!

      #include <M5EPD.h>

      String ASCII[]={"A","B","C","D","E"};

      M5EPD_Canvas canvas1(&M5.EPD);
      void setup() {
      M5.begin();
      M5.TP.SetRotation(180);
      M5.EPD.SetRotation(180);
      M5.EPD.Clear(true);
      canvas1.createCanvas(960, 540);
      canvas1.loadFont("/fonts/GenSenRounded-R.ttf", SD);
      canvas1.drawFastVLine(480,0,540,15);
      canvas1.drawFastHLine(0,270,960,15);

      canvas1.createRender(150,2);
      canvas1.setTextSize(150);
      canvas1.drawString(ASCII[10],480,270,0);
      canvas1.pushCanvas(0, 0, UPDATE_MODE_GL16);

      for (int i=0; i<5; i++)
      {
      canvas1.drawString(ASCII[i],480,280,15);
      M5.EPD.UpdateArea(205, 405, 250, 250, UPDATE_MODE_GL16);
      //canvas1.pushCanvas(0, 0, UPDATE_MODE_GL16);
      delay(1500);
      }

      }

      void loop() {
      // put your main code here, to run repeatedly:
      }

      1 Reply Last reply Reply Quote 0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • First post
        Last post