mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
fixed a text size, used new rssi focusable property so you can launch the level app by touching or selecting and clicking the rssi bars
This commit is contained in:
parent
37cfcb0d5c
commit
8db44d1a92
2 changed files with 17 additions and 4 deletions
|
@ -31,6 +31,7 @@
|
|||
#include "analog_audio_app.hpp"
|
||||
#include "audio.hpp"
|
||||
#include "ui_mictx.hpp"
|
||||
#include "ui_level.hpp"
|
||||
#include "portapack_persistent_memory.hpp"
|
||||
#include "baseband_api.hpp"
|
||||
#include "string_format.hpp"
|
||||
|
@ -307,10 +308,9 @@ namespace ui {
|
|||
};
|
||||
|
||||
Text file_name { //Show file used
|
||||
{ 0 , 8 * 16 + 4 , 20 * 8, 16 },
|
||||
{ 0 , 8 * 16 + 4 , 21 * 8, 16 },
|
||||
};
|
||||
|
||||
|
||||
ButtonWithEncoder button_manual_start {
|
||||
{ 0 * 8, 11 * 16, 11 * 8, 28 },
|
||||
""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue