tryfix compile with NO_SCREEN

This commit is contained in:
Thomas Göttgens 2022-11-02 10:17:59 +01:00
parent 0ce018cf97
commit 57ca5fea81

View File

@ -10,7 +10,7 @@ namespace graphics
class Screen class Screen
{ {
public: public:
Screen(char){} explicit Screen(char){}
void onPress() {} void onPress() {}
void setup() {} void setup() {}
void setOn(bool) {} void setOn(bool) {}