Files
2022-10-06 13:41:12 +02:00

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);