Skip to content

Commit

Permalink
fix HAS_SCREEN=0
Browse files Browse the repository at this point in the history
  • Loading branch information
mverch67 committed Jul 5, 2024
1 parent ea4a6a6 commit a535f10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphics/Screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ class Screen
void doDeepSleep() {}
void forceDisplay(bool forceUiUpdate = false) {}
void startFirmwareUpdateScreen() {}
void increaseBrightness() {}
void decreaseBrightness() {}
void setFunctionSymbal(std::string) {}
void removeFunctionSymbal(std::string) {}
void startAlert(const char *) {}
void endAlert() {}
};
Expand Down

0 comments on commit a535f10

Please sign in to comment.