tryfix compile with NO_SCREEN

This commit is contained in:
Thomas Göttgens 2022-11-02 10:17:59 +01:00 committed by GitHub
parent 3d8e6aead2
commit 32ad8aaa4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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