M5Paper canvas size?
-
hello
i am using the M5Paper with M5.EPD.SetRotation(0);
what size should the canvas be (to fill the whole screen)?
i though it would be canvas.createCanvas(960,540);
but that seems to give weird effects?
thanks
frank -
strange effects were because using the wrong way to access port.C..
this is correct:
canvas.createCanvas(960,540);