Added 4 grayscale support to epd
This commit is contained in:
@@ -27,9 +27,10 @@ enum class epd_color : uint8
|
||||
|
||||
void epd_init(void);
|
||||
void epd_shutdown(void);
|
||||
void epd_init_display();
|
||||
void epd_init_display(bool is_4gray);
|
||||
void epd_shutdown_display(void);
|
||||
void epd_refresh(void);
|
||||
void epd_clear(epd_color level);
|
||||
void epd_draw_bitmap(epd_color clearColor, const uint8 *bitmap);
|
||||
void epd_draw_bitmap_grayscale(epd_color clearColor, const uint8 *bitmap);
|
||||
bool epd_is_asleep(void);
|
||||
Reference in New Issue
Block a user