mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-29 08:07:52 +02: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 |