UI tweaks pt 2
Moved the mute icon next to squelch, but needs resizing to 22x19 Resized aviation, now we have space for date too.
This commit is contained in:
+2
-2
@@ -2886,7 +2886,7 @@ void BuildAdvancedRDS() {
|
||||
tftPrint(-1, "kHz", 203, 4, ActiveColor, ActiveColorSmooth, 28);
|
||||
|
||||
tft.drawBitmap(70, 5, RDSLogo, 35, 22, GreyoutColor);
|
||||
tft.drawBitmap(2, 4, Speaker, 26, 22, GreyoutColor);
|
||||
tft.drawBitmap(253, 140, Speaker, 26, 22, GreyoutColor);
|
||||
|
||||
if (!StereoToggle) {
|
||||
tft.drawCircle(48, 15, 10, SecondaryColor);
|
||||
@@ -3021,7 +3021,7 @@ void BuildDisplay() {
|
||||
tftPrint(-1, unitString[unit], 282, 145, ActiveColor, ActiveColorSmooth, 16);
|
||||
|
||||
tft.drawBitmap(70, 5, RDSLogo, 35, 22, GreyoutColor);
|
||||
tft.drawBitmap(2, 4, Speaker, 26, 22, GreyoutColor);
|
||||
tft.drawBitmap(253, 140, Speaker, 26, 22, GreyoutColor);
|
||||
|
||||
if (!StereoToggle) {
|
||||
tft.drawCircle(48, 15, 10, SecondaryColor);
|
||||
|
||||
Reference in New Issue
Block a user