You've already forked TEF6686_ESP32
Gradient adaptations
This commit is contained in:
@@ -376,7 +376,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
WifiColorHigh = SecondaryColor;
|
WifiColorHigh = SecondaryColor;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 11: // Maroon
|
case 11: // Queer
|
||||||
PrimaryColor = Cherry;
|
PrimaryColor = Cherry;
|
||||||
PrimaryColorSmooth = CherrySmooth;
|
PrimaryColorSmooth = CherrySmooth;
|
||||||
SecondaryColor = Crimson;
|
SecondaryColor = Crimson;
|
||||||
@@ -400,8 +400,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = LoganSmooth;
|
RDSDropoutColorSmooth = LoganSmooth;
|
||||||
BarSignificantColor = Yolk;
|
BarSignificantColor = Yolk;
|
||||||
BarInsignificantColor = Cherry;
|
BarInsignificantColor = Cherry;
|
||||||
ModBarSignificantColor = Orange;
|
ModBarSignificantColor = Red;
|
||||||
ModBarInsignificantColor = Crimson;
|
ModBarInsignificantColor = Purple;
|
||||||
BWAutoColor = Violet;
|
BWAutoColor = Violet;
|
||||||
BWAutoColorSmooth = VioletSmooth;
|
BWAutoColorSmooth = VioletSmooth;
|
||||||
BatteryValueColor = Purple;
|
BatteryValueColor = Purple;
|
||||||
|
|||||||
@@ -617,7 +617,7 @@ void showPI() {
|
|||||||
|
|
||||||
void showPTY() {
|
void showPTY() {
|
||||||
if (strcmp(radio.rds.stationType, programTypePrevious)) {
|
if (strcmp(radio.rds.stationType, programTypePrevious)) {
|
||||||
String PTYString = String(radio.rds.stationTypeCode) + ": " + (radio.rds.region != 0 ? radio.rds.stationType : myLanguage[language][228 + radio.rds.stationTypeCode]);
|
String PTYString = String(radio.rds.stationTypeCode) + "/" + (radio.rds.region != 0 ? radio.rds.stationType : myLanguage[language][228 + radio.rds.stationTypeCode]);
|
||||||
|
|
||||||
if (radio.rds.stationTypeCode == 32) PTYString = "";
|
if (radio.rds.stationTypeCode == 32) PTYString = "";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user