mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-12 00:20:03 -04:00
updated ui
This commit is contained in:
parent
8d8d457da2
commit
6fadd70c1d
3 changed files with 20 additions and 3 deletions
|
@ -46,11 +46,15 @@ private:
|
|||
NavigationView& nav_;
|
||||
|
||||
Labels labels {
|
||||
{ { 40, 4 }, "This will provide access\nto the SD card over USB.", Color::white() }
|
||||
{ { 3 * 8, 2 * 16 }, "Click Run to start the", Color::white() },
|
||||
{ { 3 * 8, 3 * 16 }, "USB Mass Storage Mode.", Color::white() },
|
||||
{ { 3 * 8, 5 * 16 }, "It can take up to 20s", Color::white() },
|
||||
{ { 3 * 8, 6 * 16 }, "for the drive to be.", Color::white() },
|
||||
{ { 3 * 8, 7 * 16 }, "available.", Color::white() },
|
||||
};
|
||||
|
||||
Button button_run {
|
||||
{ 2 * 8, 15 * 16, 12 * 8, 3 * 16 },
|
||||
{ 9 * 8, 15 * 16, 12 * 8, 3 * 16 },
|
||||
"Run"
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue