13 lines
223 B
C
13 lines
223 B
C
#pragma once
|
|
|
|
// 3rdparty lib includes
|
|
#include <widgets/label.h>
|
|
|
|
extern espgui::Label bootLabel;
|
|
|
|
void initScreen();
|
|
void updateDisplay();
|
|
void updateRotation();
|
|
void redrawDisplay();
|
|
void disableScreenFlip(bool enable);
|