@@ -34,7 +34,7 @@ void setup()
|
||||
memset(framebuffer, 0xFF, EPD_WIDTH * EPD_HEIGHT / 2);
|
||||
|
||||
Rect_t area = {
|
||||
.x = 0,
|
||||
.x = EPD_WIDTH - staticmap_width,
|
||||
.y = 0,
|
||||
.width = staticmap_width,
|
||||
.height = staticmap_height};
|
||||
|
Reference in New Issue
Block a user