mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
SD card status view inherits from new Image class.
This commit is contained in:
parent
84824a504f
commit
dd6d56cff8
4 changed files with 17 additions and 9 deletions
|
@ -64,7 +64,9 @@ private:
|
|||
"ZZ",
|
||||
};
|
||||
|
||||
SDCardStatusView sd_card_status_view;
|
||||
SDCardStatusView sd_card_status_view {
|
||||
{ 28 * 8, 0 * 16, 2 * 8, 1 * 16 }
|
||||
};
|
||||
};
|
||||
|
||||
class NavigationView : public View {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue