tryfix compile with NO_SCREEN

This commit is contained in:
Thomas Göttgens
2022-11-02 18:19:09 +01:00
parent 0ce018cf97
commit 57ca5fea81
+1 -1
View File
@@ -10,7 +10,7 @@ namespace graphics
class Screen
{
public:
Screen(char){}
explicit Screen(char){}
void onPress() {}
void setup() {}
void setOn(bool) {}