This commit is contained in:
2022-03-02 23:54:26 +01:00
parent bd87b1c074
commit f09c4700ba
7 changed files with 43 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ namespace frame::display
void Clear(Color color) override;
void Display(Image const& image) override;
void Display(Image const& image, bool invert = false) override;
void Sleep() override;
};