some more widgets

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-12 20:15:56 +02:00
parent f875f7832f
commit 5e2456f4b8
14 changed files with 183 additions and 80 deletions

View File

@@ -6,7 +6,7 @@
class Widget
{
public:
public:
explicit Widget(u8g2_t *u8g2);
virtual ~Widget() = default;
@@ -17,6 +17,6 @@ class Widget
virtual void onButtonClicked(uint8_t button);
protected:
protected:
u8g2_t *u8g2;
};
};