remove comment

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-05-31 10:50:23 +02:00
parent 90a5afd77b
commit 38e19874d4

View File

@@ -30,7 +30,6 @@ void setup(void) {
.x = EPD_WIDTH - width, .y = 0, .width = width, .height = height};
epd_poweron();
epd_clear();
// epd_draw_grayscale_image(area, (uint8_t*)data);
epd_draw_image(area, (uint8_t*)data, BLACK_ON_WHITE);
epd_poweroff();
}