mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-17 21:24:02 +00:00
Add SD card status view to receiver UI.
This commit is contained in:
@@ -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 ************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user