add display turning

close #61
This commit is contained in:
Peter Buchegger 2021-02-10 22:37:18 +01:00
parent b7b8884594
commit 8cf0c67683
7 changed files with 17 additions and 2 deletions

View file

@ -32,6 +32,7 @@ public:
~Display() {}
void setup(std::shared_ptr<BoardConfig> boardConfig);
void turn180();
void update();
void addFrame(std::shared_ptr<DisplayFrame> frame);