mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 23:06:36 +01:00
11 lines
220 B
C
11 lines
220 B
C
#ifndef _UI_H_
|
|
#define _UI_H_
|
|
#include <stdint.h>
|
|
|
|
void showSplashScreen();
|
|
void showApplyUpdate();
|
|
void showScanningWindow();
|
|
void addScanResult(uint8_t channel, uint8_t lqi);
|
|
void showAPFound();
|
|
void showNoAP();
|
|
#endif |