mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 00:06:24 +01:00
7 lines
95 B
C
Executable File
7 lines
95 B
C
Executable File
#ifndef _AP_DISPLAY_H_
|
|
#define _AP_DISPLAY_H_
|
|
|
|
void epdInitialize();
|
|
void epdShowRun();
|
|
|
|
#endif |