Add blue bar (Channel) to sonde app.

This commit is contained in:
Totoo 2025-09-13 12:37:34 +02:00 committed by GitHub
parent f101680521
commit 7626dff1ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -118,6 +118,9 @@ class SondeView : public View {
RSSI rssi{
{21 * 8, 0, 6 * 8, 4}};
Channel channel{
{21 * 8, 5, 6 * 8, 4},
};
AudioVolumeField field_volume{
{screen_width - 2 * 8, 0 * 16}};