mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-01 17:04:54 -05:00
Multi screen support, with dyn alignment (#2801)
This commit is contained in:
parent
23cabb8b8a
commit
371b6b5079
161 changed files with 4042 additions and 4157 deletions
|
|
@ -989,7 +989,7 @@ class Waveform : public Widget {
|
|||
void set_offset(const uint32_t new_offset);
|
||||
void set_length(const uint32_t new_length);
|
||||
void set_cursor(const uint32_t i, const int16_t position);
|
||||
|
||||
void set_data(int16_t* new_data);
|
||||
bool is_paused() const;
|
||||
void set_paused(bool paused);
|
||||
bool is_clickable() const;
|
||||
|
|
@ -1110,7 +1110,7 @@ class OptionTabView : public View {
|
|||
|
||||
private:
|
||||
Checkbox check_enable{
|
||||
{2 * 8, 0 * 16},
|
||||
{2 * 8, UI_POS_Y(0)},
|
||||
20,
|
||||
"",
|
||||
false};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue