mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 18:00:28 -04:00
Testing Messagepack for saving/loading stuff from SD card
This commit is contained in:
parent
7267de234d
commit
61fdb57b8f
20 changed files with 394 additions and 51 deletions
|
@ -215,7 +215,6 @@ public:
|
|||
ProgressBar(Rect parent_rect);
|
||||
|
||||
void set_value(const uint16_t value);
|
||||
uint16_t value() const;
|
||||
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
|
@ -230,7 +229,6 @@ public:
|
|||
Checkbox(Point parent_pos, size_t length, std::string text);
|
||||
|
||||
void set_text(const std::string value);
|
||||
void set_style(const Style* new_style);
|
||||
std::string text() const;
|
||||
void set_value(const bool value);
|
||||
bool value() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue