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