factorized code

This commit is contained in:
klemek
2021-08-26 12:48:02 +02:00
parent c3fb9a03b9
commit 65338e6b33
2 changed files with 25 additions and 21 deletions
+1
View File
@@ -9,6 +9,7 @@ class WatchyTetris : public Watchy
public:
WatchyTetris();
void drawWatchFace();
void drawNumber(uint32_t x, uint32_t y, uint32_t v);
};
#endif