mirror of
https://github.com/Dejvino/lilybook.git
synced 2024-11-14 12:23:28 +00:00
20 lines
275 B
C
20 lines
275 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void display_init();
|
|
void spi_init();
|
|
void display_connect();
|
|
void display_splash_screen();
|
|
|
|
void display_clear();
|
|
void display_refresh();
|
|
void display_update();
|
|
|
|
void display_wake();
|
|
void display_sleep();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|