Files
bobbycar-boardcomputer-firm…/main/screens.h
2022-10-02 22:54:19 +02:00

12 lines
186 B
C

#pragma once
// 3rdparty lib includes
#include <widgets/label.h>
extern espgui::Label bootLabel;
void initScreen();
void updateDisplay();
void updateRotation();
void redrawDisplay();