Move to original font with Classic S-Meter
This commit is contained in:
@@ -372,6 +372,9 @@ void DisplayRSSIBar(const bool now)
|
|||||||
else {
|
else {
|
||||||
sprintf(str, "+%02d", overS9dBm);
|
sprintf(str, "+%02d", overS9dBm);
|
||||||
}
|
}
|
||||||
|
if(gSetting_set_met)
|
||||||
|
UI_PrintStringSmallNormal(str, LCD_WIDTH + 38, 0, line - 1);
|
||||||
|
else
|
||||||
UI_PrintStringSmallBold(str, LCD_WIDTH + 38, 0, line - 1);
|
UI_PrintStringSmallBold(str, LCD_WIDTH + 38, 0, line - 1);
|
||||||
#else
|
#else
|
||||||
if(overS9Bars == 0) {
|
if(overS9Bars == 0) {
|
||||||
|
Reference in New Issue
Block a user