Skip to content

Commit

Permalink
keira: remove redundant canvas fills
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Mar 11, 2024
1 parent d6ac7cb commit d3eb5ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions firmware/keira/src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ App::App(const char* name, uint16_t x, uint16_t y, uint16_t w, uint16_t h) :
backCanvas(new lilka::Canvas(x, y, w, h)),
isDrawQueued(false),
backCanvasMutex(xSemaphoreCreateMutex()) {
canvas->begin();
canvas->fillScreen(0);
backCanvas->begin();
backCanvas->fillScreen(0);
Serial.println(
"Created app " + String(name) + " at " + String(x) + ", " + String(y) + " with size " + String(w) + "x" +
String(h)
Expand Down

0 comments on commit d3eb5ee

Please sign in to comment.