mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-28 00:27:17 -04:00
refactoring
This commit is contained in:
parent
bb90fdc5fc
commit
893df7272f
15 changed files with 40 additions and 1062 deletions
|
@ -37,7 +37,6 @@ namespace ui {
|
|||
class SdOverUsbView : public View {
|
||||
public:
|
||||
SdOverUsbView(NavigationView& nav);
|
||||
~SdOverUsbView();
|
||||
|
||||
void focus() override;
|
||||
|
||||
|
@ -47,15 +46,13 @@ private:
|
|||
NavigationView& nav_;
|
||||
|
||||
Labels labels {
|
||||
{ { 4, 4 }, "Use USB", Color::white() }
|
||||
{ { 40, 4 }, "This will provide access\nto the SD card over USB.", Color::white() }
|
||||
};
|
||||
|
||||
Button button_close {
|
||||
Button button_run {
|
||||
{ 2 * 8, 15 * 16, 12 * 8, 3 * 16 },
|
||||
"Close"
|
||||
"Run"
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
} /* namespace ui */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue