mirror of
https://github.com/Spritetm/picframe_colepd.git
synced 2025-04-23 10:47:05 -04:00
9 lines
198 B
C
9 lines
198 B
C
|
|
#define ICON_NONE 0
|
|
//note: icons are bottom to top in bmp
|
|
#define ICON_BAT_EMPTY 1
|
|
#define ICON_WIFI 2
|
|
#define ICON_SERVER 3
|
|
|
|
void epd_send(const uint8_t *epddata, int icon);
|
|
void epd_shutdown();
|