insert imgconvert.py

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-05-29 12:55:44 +02:00
parent e8543c1710
commit 2a98cb9367
3 changed files with 52 additions and 1 deletions

View File

@@ -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};