You are reading a single comment by @user156811 and its replies. Click here to read the full conversation.
  • So if your trying to get the changed region from drawing you can do this.

    var changed = screen.g.bw.getModified();
    var w = changed.x2 - changed.x1;
    var h = changed.y2 - changed.y1;
    

    This commands from the internal drawing library and shows you the region where the drawing library changed.

    First commit -partialFlip function

About

Avatar for user156811 @user156811 started