feat(display): add display demo

This commit is contained in:
2026-04-24 15:48:11 +02:00
parent fb7fbfe6c4
commit 924b2806fb
3 changed files with 28 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ class Display {
Display();
bool begin();
void drawJoystick(double x, double y, bool pressed);
private:
U8G2_SSD1306_128X64_NONAME_F_HW_I2C oled;
};