mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-07 09:15:07 -04:00
DEBUG -> PERIPHERALS is now a buttons based menu
This commit is contained in:
parent
a1a417d94b
commit
74f76348b3
2 changed files with 7 additions and 6 deletions
|
@ -287,9 +287,10 @@ private:
|
|||
};
|
||||
};*/
|
||||
|
||||
class DebugPeripheralsMenuView : public MenuView {
|
||||
class DebugPeripheralsMenuView : public BtnGridView {
|
||||
public:
|
||||
DebugPeripheralsMenuView(NavigationView& nav);
|
||||
std::string title() const override { return "Peripherals"; };
|
||||
};
|
||||
|
||||
class DebugMenuView : public BtnGridView {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue