mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Add SD card status view to receiver UI.
This commit is contained in:
parent
c70d95dcbe
commit
0c36a74351
5 changed files with 141 additions and 0 deletions
|
@ -37,7 +37,9 @@ namespace ui {
|
|||
SystemStatusView::SystemStatusView() {
|
||||
add_children({ {
|
||||
&portapack,
|
||||
&sd_card_status_view,
|
||||
} });
|
||||
sd_card_status_view.set_parent_rect({ 28 * 8, 0 * 16, 2 * 8, 1 * 16 });
|
||||
}
|
||||
|
||||
/* Navigation ************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue