mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-21 20:40:51 -05:00
Add blue bar (Channel) to sonde app.
This commit is contained in:
parent
f101680521
commit
7626dff1ef
2 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ SondeView::SondeView(NavigationView& nav)
|
||||||
&field_lna,
|
&field_lna,
|
||||||
&field_vga,
|
&field_vga,
|
||||||
&rssi,
|
&rssi,
|
||||||
|
&channel,
|
||||||
&field_volume,
|
&field_volume,
|
||||||
&check_log,
|
&check_log,
|
||||||
&check_crc,
|
&check_crc,
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,9 @@ class SondeView : public View {
|
||||||
|
|
||||||
RSSI rssi{
|
RSSI rssi{
|
||||||
{21 * 8, 0, 6 * 8, 4}};
|
{21 * 8, 0, 6 * 8, 4}};
|
||||||
|
Channel channel{
|
||||||
|
{21 * 8, 5, 6 * 8, 4},
|
||||||
|
};
|
||||||
|
|
||||||
AudioVolumeField field_volume{
|
AudioVolumeField field_volume{
|
||||||
{screen_width - 2 * 8, 0 * 16}};
|
{screen_width - 2 * 8, 0 * 16}};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue