mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 07:10:43 -04:00
Added wav file viewer
Fileman open now allows going into subdirectories Updated binary
This commit is contained in:
parent
40a71d32a2
commit
6e7b2c751f
11 changed files with 397 additions and 11 deletions
|
@ -535,6 +535,7 @@ public:
|
|||
int32_t value() const;
|
||||
void set_value(int32_t new_value, bool trigger_change = true);
|
||||
void set_range(const int32_t min, const int32_t max);
|
||||
void set_step(const int32_t new_step);
|
||||
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
|
@ -544,7 +545,7 @@ public:
|
|||
|
||||
private:
|
||||
range_t range;
|
||||
const int32_t step;
|
||||
int32_t step;
|
||||
const int length_;
|
||||
const char fill_char;
|
||||
int32_t value_ { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue