feat(display): add display demo
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user