Audio to right (#2664)

* r.align
This commit is contained in:
Totoo 2025-05-23 12:27:57 +02:00 committed by GitHub
parent ac31f4781c
commit 3c8335c942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 26 additions and 26 deletions

View file

@ -185,7 +185,7 @@ class SPECOptionsView : public View {
{19 * 8, 0 * 16, 11 * 8, 1 * 16}, // 18 (x col.) x char_size, 12 (length) x 8 blanking space to delete previous chars.
"Rx_IQ_CAL "};
NumberField field_rx_iq_phase_cal{
{28 * 8, 0 * 16},
{screen_width - 2 * 8, 0 * 16},
2,
{0, 63}, // 5 or 6 bits IQ CAL phase adjustment (range updated later)
1,
@ -283,7 +283,7 @@ class AnalogAudioView : public View {
}};
AudioVolumeField field_volume{
{28 * 8, 0 * 16}};
{screen_width - 2 * 8, 0 * 16}};
Text text_ctcss{
{16 * 8, 1 * 16, 14 * 8, 1 * 16},