Add files via upload
This commit is contained in:
+5
-5
@@ -732,7 +732,7 @@ void XDRGTKRoutine() {
|
|||||||
|
|
||||||
case '\0':
|
case '\0':
|
||||||
radio.setMute();
|
radio.setMute();
|
||||||
if (!screenmute && !afscreen) tft.drawBitmap(249, 4, Speaker, 28, 24, PrimaryColor);
|
if (!screenmute) tft.drawBitmap(249, 4, Speaker, 28, 24, PrimaryColor);
|
||||||
if (!screenmute) {
|
if (!screenmute) {
|
||||||
tft.drawRoundRect(10, 30, 300, 170, 5, ActiveColor);
|
tft.drawRoundRect(10, 30, 300, 170, 5, ActiveColor);
|
||||||
tft.fillRoundRect(12, 32, 296, 166, 5, BackgroundColor);
|
tft.fillRoundRect(12, 32, 296, 166, 5, BackgroundColor);
|
||||||
@@ -761,7 +761,7 @@ void XDRGTKRoutine() {
|
|||||||
XDRScan = false;
|
XDRScan = false;
|
||||||
if (VolSet != 0) {
|
if (VolSet != 0) {
|
||||||
radio.setUnMute();
|
radio.setUnMute();
|
||||||
if (!screenmute && !afscreen) tft.drawBitmap(249, 4, Speaker, 28, 24, GreyoutColor);
|
if (!screenmute) tft.drawBitmap(249, 4, Speaker, 28, 24, GreyoutColor);
|
||||||
radio.setVolume(((VolSet * 10) - 40) / 10);
|
radio.setVolume(((VolSet * 10) - 40) / 10);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@@ -799,12 +799,12 @@ void XDRGTKRoutine() {
|
|||||||
VolSet = atoi(buff + 1);
|
VolSet = atoi(buff + 1);
|
||||||
if (VolSet == 0) {
|
if (VolSet == 0) {
|
||||||
radio.setMute();
|
radio.setMute();
|
||||||
if (!screenmute && !afscreen) tft.drawBitmap(249, 4, Speaker, 28, 24, PrimaryColor);
|
if (!screenmute) tft.drawBitmap(249, 4, Speaker, 28, 24, PrimaryColor);
|
||||||
XDRMute = true;
|
XDRMute = true;
|
||||||
SQ = true;
|
SQ = true;
|
||||||
} else {
|
} else {
|
||||||
radio.setUnMute();
|
radio.setUnMute();
|
||||||
if (!screenmute && !afscreen) tft.drawBitmap(249, 4, Speaker, 28, 24, GreyoutColor);
|
if (!screenmute) tft.drawBitmap(249, 4, Speaker, 28, 24, GreyoutColor);
|
||||||
radio.setVolume((VolSet - 40) / 10);
|
radio.setVolume((VolSet - 40) / 10);
|
||||||
XDRMute = false;
|
XDRMute = false;
|
||||||
}
|
}
|
||||||
@@ -831,7 +831,7 @@ void XDRGTKRoutine() {
|
|||||||
store = true;
|
store = true;
|
||||||
XDRMute = false;
|
XDRMute = false;
|
||||||
radio.setUnMute();
|
radio.setUnMute();
|
||||||
if (!screenmute && !afscreen) tft.drawBitmap(249, 4, Speaker, 28, 24, GreyoutColor);
|
if (!screenmute) tft.drawBitmap(249, 4, Speaker, 28, 24, GreyoutColor);
|
||||||
VolSet = EEPROM.readByte(EE_BYTE_VOLSET);
|
VolSet = EEPROM.readByte(EE_BYTE_VOLSET);
|
||||||
LowLevelSet = EEPROM.readByte(EE_BYTE_LOWLEVELSET);
|
LowLevelSet = EEPROM.readByte(EE_BYTE_LOWLEVELSET);
|
||||||
softmuteam = EEPROM.readByte(EE_BYTE_SOFTMUTEAM);
|
softmuteam = EEPROM.readByte(EE_BYTE_SOFTMUTEAM);
|
||||||
|
|||||||
+99
-100
@@ -570,115 +570,114 @@ static const uint8_t Stereo[] PROGMEM = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t WiFi1[] PROGMEM = {
|
static const uint8_t WiFi1[] PROGMEM = {
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x07, 0x80, 0x00,
|
||||||
0x00, 0x03, 0xe0, 0x00, 0x00,
|
0x00, 0x0f, 0xc0, 0x00,
|
||||||
0x00, 0x07, 0xf0, 0x00, 0x00,
|
0x00, 0x0f, 0xc0, 0x00,
|
||||||
0x00, 0x07, 0xf0, 0x00, 0x00,
|
0x00, 0x0f, 0x80, 0x00,
|
||||||
0x00, 0x03, 0xe0, 0x00, 0x00,
|
0x00, 0x03, 0x00, 0x00,
|
||||||
0x00, 0x01, 0xc0, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00
|
||||||
0x00, 0x00, 0x80, 0x00, 0x00
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t WiFi2[] PROGMEM = {
|
static const uint8_t WiFi2[] PROGMEM = {
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x07, 0xf0, 0x00, 0x00,
|
0x00, 0x0f, 0xe0, 0x00,
|
||||||
0x00, 0x1f, 0xfc, 0x00, 0x00,
|
0x00, 0x3f, 0xf0, 0x00,
|
||||||
0x00, 0x3f, 0xfe, 0x00, 0x00,
|
0x00, 0x7f, 0xf8, 0x00,
|
||||||
0x00, 0x7f, 0xff, 0x00, 0x00,
|
0x00, 0xff, 0xfc, 0x00,
|
||||||
0x00, 0x7f, 0xff, 0x00, 0x00,
|
0x00, 0xff, 0xfc, 0x00,
|
||||||
0x00, 0x7f, 0xff, 0x00, 0x00,
|
0x00, 0xff, 0xfc, 0x00,
|
||||||
0x00, 0x3f, 0xfe, 0x00, 0x00,
|
0x00, 0x7f, 0xf8, 0x00,
|
||||||
0x00, 0x1f, 0xfc, 0x00, 0x00,
|
0x00, 0x3f, 0xf0, 0x00,
|
||||||
0x00, 0x07, 0xf0, 0x00, 0x00,
|
0x00, 0x1f, 0xe0, 0x00,
|
||||||
0x00, 0x03, 0xe0, 0x00, 0x00,
|
0x00, 0x0f, 0x80, 0x00,
|
||||||
0x00, 0x01, 0xc0, 0x00, 0x00,
|
0x00, 0x03, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x80, 0x00, 0x00
|
0x00, 0x00, 0x00, 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t WiFi3[] PROGMEM = {
|
static const uint8_t WiFi3[] PROGMEM = {
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x03, 0xe0, 0x00, 0x00,
|
0x00, 0x07, 0x80, 0x00,
|
||||||
0x00, 0x1f, 0xfc, 0x00, 0x00,
|
0x00, 0x3f, 0xf0, 0x00,
|
||||||
0x00, 0x7f, 0xff, 0x00, 0x00,
|
0x00, 0x7f, 0xfc, 0x00,
|
||||||
0x00, 0xff, 0xff, 0x80, 0x00,
|
0x01, 0xff, 0xfe, 0x00,
|
||||||
0x01, 0xff, 0xff, 0xc0, 0x00,
|
0x03, 0xff, 0xff, 0x00,
|
||||||
0x03, 0xff, 0xff, 0xe0, 0x00,
|
0x03, 0xff, 0xff, 0x80,
|
||||||
0x07, 0xff, 0xff, 0xf0, 0x00,
|
0x07, 0xff, 0xff, 0x80,
|
||||||
0x07, 0xff, 0xff, 0xf0, 0x00,
|
0x0f, 0xff, 0xff, 0xc0,
|
||||||
0x0f, 0xff, 0xff, 0xf0, 0x00,
|
0x0f, 0xff, 0xff, 0xc0,
|
||||||
0x07, 0xff, 0xff, 0xe0, 0x00,
|
0x07, 0xff, 0xff, 0x80,
|
||||||
0x01, 0xff, 0xff, 0xc0, 0x00,
|
0x03, 0xff, 0xff, 0x00,
|
||||||
0x00, 0xff, 0xff, 0x80, 0x00,
|
0x01, 0xff, 0xfe, 0x00,
|
||||||
0x00, 0x7f, 0xff, 0x00, 0x00,
|
0x00, 0xff, 0xfc, 0x00,
|
||||||
0x00, 0x3f, 0xfe, 0x00, 0x00,
|
0x00, 0x7f, 0xf8, 0x00,
|
||||||
0x00, 0x1f, 0xf8, 0x00, 0x00,
|
0x00, 0x3f, 0xf0, 0x00,
|
||||||
0x00, 0x07, 0xf0, 0x00, 0x00,
|
0x00, 0x1f, 0xc0, 0x00,
|
||||||
0x00, 0x03, 0xe0, 0x00, 0x00,
|
0x00, 0x0f, 0x80, 0x00,
|
||||||
0x00, 0x01, 0xc0, 0x00, 0x00,
|
0x00, 0x03, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x80, 0x00, 0x00
|
0x00, 0x00, 0x00, 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t WiFi4[] PROGMEM = {
|
static const uint8_t WiFi4[] PROGMEM = {
|
||||||
0x00, 0x03, 0xe0, 0x00, 0x00,
|
0x00, 0x07, 0xc0, 0x00,
|
||||||
0x00, 0x1f, 0xfe, 0x00, 0x00,
|
0x00, 0x3f, 0xf8, 0x00,
|
||||||
0x00, 0xff, 0xff, 0x80, 0x00,
|
0x00, 0xff, 0xfe, 0x00,
|
||||||
0x01, 0xff, 0xff, 0xc0, 0x00,
|
0x03, 0xff, 0xff, 0x00,
|
||||||
0x03, 0xff, 0xff, 0xf0, 0x00,
|
0x07, 0xff, 0xff, 0x80,
|
||||||
0x0f, 0xff, 0xff, 0xf8, 0x00,
|
0x0f, 0xff, 0xff, 0xc0,
|
||||||
0x0f, 0xff, 0xff, 0xfc, 0x00,
|
0x1f, 0xff, 0xff, 0xe0,
|
||||||
0x1f, 0xff, 0xff, 0xfe, 0x00,
|
0x3f, 0xff, 0xff, 0xf0,
|
||||||
0x3f, 0xff, 0xff, 0xfe, 0x00,
|
0x3f, 0xff, 0xff, 0xf0,
|
||||||
0x7f, 0xff, 0xff, 0xff, 0x00,
|
0x7f, 0xff, 0xff, 0xf8,
|
||||||
0x7f, 0xff, 0xff, 0xff, 0x80,
|
0xff, 0xff, 0xff, 0xfc,
|
||||||
0x7f, 0xff, 0xff, 0xff, 0x00,
|
0x7f, 0xff, 0xff, 0xf8,
|
||||||
0x3f, 0xff, 0xff, 0xfe, 0x00,
|
0x3f, 0xff, 0xff, 0xf0,
|
||||||
0x1f, 0xff, 0xff, 0xfc, 0x00,
|
0x1f, 0xff, 0xff, 0xe0,
|
||||||
0x0f, 0xff, 0xff, 0xf0, 0x00,
|
0x0f, 0xff, 0xff, 0xc0,
|
||||||
0x07, 0xff, 0xff, 0xe0, 0x00,
|
0x07, 0xff, 0xff, 0x80,
|
||||||
0x01, 0xff, 0xff, 0xc0, 0x00,
|
0x03, 0xff, 0xff, 0x00,
|
||||||
0x00, 0xff, 0xff, 0x80, 0x00,
|
0x01, 0xff, 0xfe, 0x00,
|
||||||
0x00, 0x7f, 0xff, 0x00, 0x00,
|
0x00, 0xff, 0xfc, 0x00,
|
||||||
0x00, 0x3f, 0xfe, 0x00, 0x00,
|
0x00, 0x7f, 0xf8, 0x00,
|
||||||
0x00, 0x1f, 0xf8, 0x00, 0x00,
|
0x00, 0x3f, 0xf0, 0x00,
|
||||||
0x00, 0x0f, 0xf0, 0x00, 0x00,
|
0x00, 0x1f, 0xc0, 0x00,
|
||||||
0x00, 0x03, 0xe0, 0x00, 0x00,
|
0x00, 0x0f, 0x80, 0x00,
|
||||||
0x00, 0x01, 0xc0, 0x00, 0x00,
|
0x00, 0x03, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x80, 0x00, 0x00
|
0x00, 0x00, 0x00, 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint16_t openradiologo[] PROGMEM = {
|
static const uint16_t openradiologo[] PROGMEM = {
|
||||||
|
|||||||
+29
-29
@@ -36,8 +36,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = TealSmooth;
|
RDSDropoutColorSmooth = TealSmooth;
|
||||||
BarSignificantColor = Red;
|
BarSignificantColor = Red;
|
||||||
BarInsignificantColor = Green;
|
BarInsignificantColor = Green;
|
||||||
ModBarSignificantColor = Green;
|
ModBarSignificantColor = Crimson;
|
||||||
ModBarInsignificantColor = Red;
|
ModBarInsignificantColor = Green;
|
||||||
BWAutoColor = Teal;
|
BWAutoColor = Teal;
|
||||||
BWAutoColorSmooth = TealSmooth;
|
BWAutoColorSmooth = TealSmooth;
|
||||||
BatteryValueColor = Teal;
|
BatteryValueColor = Teal;
|
||||||
@@ -68,9 +68,9 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColor = CyanDark;
|
RDSDropoutColor = CyanDark;
|
||||||
RDSDropoutColorSmooth = CyanDarkSmooth;
|
RDSDropoutColorSmooth = CyanDarkSmooth;
|
||||||
BarSignificantColor = Purple;
|
BarSignificantColor = Purple;
|
||||||
BarInsignificantColor = Cyan;
|
BarInsignificantColor = Skyblue;
|
||||||
ModBarSignificantColor = Cyan;
|
ModBarSignificantColor = Blue;
|
||||||
ModBarInsignificantColor = Blue;
|
ModBarInsignificantColor = Cyan;
|
||||||
BWAutoColor = Teal;
|
BWAutoColor = Teal;
|
||||||
BWAutoColorSmooth = TealSmooth;
|
BWAutoColorSmooth = TealSmooth;
|
||||||
BatteryValueColor = Teal;
|
BatteryValueColor = Teal;
|
||||||
@@ -102,8 +102,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = CrimsonDarkSmooth;
|
RDSDropoutColorSmooth = CrimsonDarkSmooth;
|
||||||
BarSignificantColor = Yellow;
|
BarSignificantColor = Yellow;
|
||||||
BarInsignificantColor = Crimson;
|
BarInsignificantColor = Crimson;
|
||||||
ModBarSignificantColor = Watermelon;
|
ModBarSignificantColor = Orange;
|
||||||
ModBarInsignificantColor = Yellow;
|
ModBarInsignificantColor = Coral;
|
||||||
BWAutoColor = Coral;
|
BWAutoColor = Coral;
|
||||||
BWAutoColorSmooth = CoralSmooth;
|
BWAutoColorSmooth = CoralSmooth;
|
||||||
BatteryValueColor = Watermelon;
|
BatteryValueColor = Watermelon;
|
||||||
@@ -135,8 +135,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = Black;
|
RDSDropoutColorSmooth = Black;
|
||||||
BarSignificantColor = Honeydew;
|
BarSignificantColor = Honeydew;
|
||||||
BarInsignificantColor = White;
|
BarInsignificantColor = White;
|
||||||
ModBarSignificantColor = White;
|
ModBarSignificantColor = Honeydew;
|
||||||
ModBarInsignificantColor = Honeydew;
|
ModBarInsignificantColor = White;
|
||||||
BWAutoColor = PureGrey;
|
BWAutoColor = PureGrey;
|
||||||
BWAutoColorSmooth = Black;
|
BWAutoColorSmooth = Black;
|
||||||
BatteryValueColor = White;
|
BatteryValueColor = White;
|
||||||
@@ -168,8 +168,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = DallasSmooth;
|
RDSDropoutColorSmooth = DallasSmooth;
|
||||||
BarSignificantColor = Red;
|
BarSignificantColor = Red;
|
||||||
BarInsignificantColor = Orange;
|
BarInsignificantColor = Orange;
|
||||||
ModBarSignificantColor = Orange;
|
ModBarSignificantColor = Cherry;
|
||||||
ModBarInsignificantColor = Cherry;
|
ModBarInsignificantColor = Tangerine;
|
||||||
BWAutoColor = Tangerine;
|
BWAutoColor = Tangerine;
|
||||||
BWAutoColorSmooth = TangerineSmooth;
|
BWAutoColorSmooth = TangerineSmooth;
|
||||||
BatteryValueColor = Tangerine;
|
BatteryValueColor = Tangerine;
|
||||||
@@ -199,8 +199,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSColorSmooth = GreenDark;
|
RDSColorSmooth = GreenDark;
|
||||||
RDSDropoutColor = Laurel;
|
RDSDropoutColor = Laurel;
|
||||||
RDSDropoutColorSmooth = LaurelSmooth;
|
RDSDropoutColorSmooth = LaurelSmooth;
|
||||||
BarSignificantColor = Cabbage;
|
BarSignificantColor = Green;
|
||||||
BarInsignificantColor = Green;
|
BarInsignificantColor = Cabbage;
|
||||||
ModBarSignificantColor = Green;
|
ModBarSignificantColor = Green;
|
||||||
ModBarInsignificantColor = Teal;
|
ModBarInsignificantColor = Teal;
|
||||||
BWAutoColor = Cabbage;
|
BWAutoColor = Cabbage;
|
||||||
@@ -234,7 +234,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = SakuraGreySmooth;
|
RDSDropoutColorSmooth = SakuraGreySmooth;
|
||||||
BarSignificantColor = Violet;
|
BarSignificantColor = Violet;
|
||||||
BarInsignificantColor = Sakura;
|
BarInsignificantColor = Sakura;
|
||||||
ModBarSignificantColor = Sakura;
|
ModBarSignificantColor = Cherry;
|
||||||
ModBarInsignificantColor = Pink;
|
ModBarInsignificantColor = Pink;
|
||||||
BWAutoColor = Cherry;
|
BWAutoColor = Cherry;
|
||||||
BWAutoColorSmooth = CherrySmooth;
|
BWAutoColorSmooth = CherrySmooth;
|
||||||
@@ -267,8 +267,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = White;
|
RDSDropoutColorSmooth = White;
|
||||||
BarSignificantColor = PureGrey;
|
BarSignificantColor = PureGrey;
|
||||||
BarInsignificantColor = Black;
|
BarInsignificantColor = Black;
|
||||||
ModBarSignificantColor = Black;
|
ModBarSignificantColor = PureGrey;
|
||||||
ModBarInsignificantColor = PureGrey;
|
ModBarInsignificantColor = Black;
|
||||||
BWAutoColor = PureGrey;
|
BWAutoColor = PureGrey;
|
||||||
BWAutoColorSmooth = White;
|
BWAutoColorSmooth = White;
|
||||||
BatteryValueColor = Black;
|
BatteryValueColor = Black;
|
||||||
@@ -298,10 +298,10 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSColorSmooth = IndigoSmooth;
|
RDSColorSmooth = IndigoSmooth;
|
||||||
RDSDropoutColor = Copper;
|
RDSDropoutColor = Copper;
|
||||||
RDSDropoutColorSmooth = CopperSmooth;
|
RDSDropoutColorSmooth = CopperSmooth;
|
||||||
BarSignificantColor = Tangerine;
|
BarSignificantColor = Cherry;
|
||||||
BarInsignificantColor = Yellow;
|
BarInsignificantColor = Yolk;
|
||||||
ModBarSignificantColor = Yellow;
|
ModBarSignificantColor = Yellow;
|
||||||
ModBarInsignificantColor = Orange;
|
ModBarInsignificantColor = Tangerine;
|
||||||
BWAutoColor = Yolk;
|
BWAutoColor = Yolk;
|
||||||
BWAutoColorSmooth = YolkSmooth;
|
BWAutoColorSmooth = YolkSmooth;
|
||||||
BatteryValueColor = Yolk;
|
BatteryValueColor = Yolk;
|
||||||
@@ -331,9 +331,9 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSColorSmooth = OceanSmooth;
|
RDSColorSmooth = OceanSmooth;
|
||||||
RDSDropoutColor = Cove;
|
RDSDropoutColor = Cove;
|
||||||
RDSDropoutColorSmooth = CoveSmooth;
|
RDSDropoutColorSmooth = CoveSmooth;
|
||||||
BarSignificantColor = Skyblue;
|
BarSignificantColor = Cyan;
|
||||||
BarInsignificantColor = Ocean;
|
BarInsignificantColor = Ocean;
|
||||||
ModBarSignificantColor = Ocean;
|
ModBarSignificantColor = Blue;
|
||||||
ModBarInsignificantColor = Deepsky;
|
ModBarInsignificantColor = Deepsky;
|
||||||
BWAutoColor = Deepsky;
|
BWAutoColor = Deepsky;
|
||||||
BWAutoColorSmooth = DeepskySmooth;
|
BWAutoColorSmooth = DeepskySmooth;
|
||||||
@@ -366,8 +366,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = LoganSmooth;
|
RDSDropoutColorSmooth = LoganSmooth;
|
||||||
BarSignificantColor = Cherry;
|
BarSignificantColor = Cherry;
|
||||||
BarInsignificantColor = Indigo;
|
BarInsignificantColor = Indigo;
|
||||||
ModBarSignificantColor = Indigo;
|
ModBarSignificantColor = Purple;
|
||||||
ModBarInsignificantColor = Purple;
|
ModBarInsignificantColor = Violet;
|
||||||
BWAutoColor = Violet;
|
BWAutoColor = Violet;
|
||||||
BWAutoColorSmooth = VioletSmooth;
|
BWAutoColorSmooth = VioletSmooth;
|
||||||
BatteryValueColor = Violet;
|
BatteryValueColor = Violet;
|
||||||
@@ -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 = Cherry;
|
ModBarSignificantColor = Orange;
|
||||||
ModBarInsignificantColor = Violet;
|
ModBarInsignificantColor = Crimson;
|
||||||
BWAutoColor = Violet;
|
BWAutoColor = Violet;
|
||||||
BWAutoColorSmooth = VioletSmooth;
|
BWAutoColorSmooth = VioletSmooth;
|
||||||
BatteryValueColor = Purple;
|
BatteryValueColor = Purple;
|
||||||
@@ -432,9 +432,9 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSColorSmooth = YellowSmooth;
|
RDSColorSmooth = YellowSmooth;
|
||||||
RDSDropoutColor = Teal;
|
RDSDropoutColor = Teal;
|
||||||
RDSDropoutColorSmooth = TealSmooth;
|
RDSDropoutColorSmooth = TealSmooth;
|
||||||
BarSignificantColor = Ocean;
|
BarSignificantColor = Red;
|
||||||
BarInsignificantColor = Cherry;
|
BarInsignificantColor = Green;
|
||||||
ModBarSignificantColor = Green;
|
ModBarSignificantColor = Cherry;
|
||||||
ModBarInsignificantColor = Blue;
|
ModBarInsignificantColor = Blue;
|
||||||
BWAutoColor = Teal;
|
BWAutoColor = Teal;
|
||||||
BWAutoColorSmooth = TealSmooth;
|
BWAutoColorSmooth = TealSmooth;
|
||||||
@@ -468,7 +468,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
RDSDropoutColorSmooth = LoganSmooth;
|
RDSDropoutColorSmooth = LoganSmooth;
|
||||||
BarSignificantColor = Violet;
|
BarSignificantColor = Violet;
|
||||||
BarInsignificantColor = Teal;
|
BarInsignificantColor = Teal;
|
||||||
ModBarSignificantColor = Teal;
|
ModBarSignificantColor = Purple;
|
||||||
ModBarInsignificantColor = Pink;
|
ModBarInsignificantColor = Pink;
|
||||||
BWAutoColor = Violet;
|
BWAutoColor = Violet;
|
||||||
BWAutoColorSmooth = VioletSmooth;
|
BWAutoColorSmooth = VioletSmooth;
|
||||||
|
|||||||
+14
-14
@@ -3052,8 +3052,8 @@ static const char* const myLanguage[21][300] PROGMEM = {
|
|||||||
"Висок край на\nчестотната лента", // 23
|
"Висок край на\nчестотната лента", // 23
|
||||||
"Отместване на\nнивото", // 24
|
"Отместване на\nнивото", // 24
|
||||||
"Праг на стерео разделяне", // 25
|
"Праг на стерео разделяне", // 25
|
||||||
"Честота на\nHigh Cut", // 26
|
"Честота на висок отрез", // 26
|
||||||
"Праг на High Cut", // 27
|
"Праг на висок отрез", // 27
|
||||||
"Праг за слаб сигнал", // 28
|
"Праг за слаб сигнал", // 28
|
||||||
"Яркост на дисплея", // 29
|
"Яркост на дисплея", // 29
|
||||||
"Изкллючв.", // 30
|
"Изкллючв.", // 30
|
||||||
@@ -3063,7 +3063,7 @@ static const char* const myLanguage[21][300] PROGMEM = {
|
|||||||
"СКЕНИРАНЕ...", // 34
|
"СКЕНИРАНЕ...", // 34
|
||||||
"Тунерът не\nе разпознат!", // 35
|
"Тунерът не\nе разпознат!", // 35
|
||||||
"Усилване на\nAM антена", // 36
|
"Усилване на\nAM антена", // 36
|
||||||
"FM AGC", // 37
|
"FM АУР", // 37
|
||||||
"Показване на\nRDS грешки", // 38
|
"Показване на\nRDS грешки", // 38
|
||||||
"Език", // 39
|
"Език", // 39
|
||||||
"Изберете език", // 40
|
"Изберете език", // 40
|
||||||
@@ -3128,16 +3128,16 @@ static const char* const myLanguage[21][300] PROGMEM = {
|
|||||||
"Използване на AF", // 99
|
"Използване на AF", // 99
|
||||||
"Избор на FM лента", // 100
|
"Избор на FM лента", // 100
|
||||||
"Избор на AM лента", // 101
|
"Избор на AM лента", // 101
|
||||||
"Дълги вълни", // 102
|
"ДВ", // 102
|
||||||
"Средни вълни", // 103
|
"СВ", // 103
|
||||||
"Къси вълни", // 104
|
"КВ", // 104
|
||||||
"FM", // 105
|
"ЧМ", // 105
|
||||||
"ОИРТ", // 106
|
"ОИРТ", // 106
|
||||||
"Спиране на събуждане\nна екрана", // 107
|
"Спиране на събуждане\nна екрана", // 107
|
||||||
"Избор на модел", // 108
|
"Избор на модел", // 108
|
||||||
"База", // 109
|
"База", // 109
|
||||||
"Портативен", // 110
|
"Преносим", // 110
|
||||||
"Портативен с\nдокосване", // 111
|
"Преносимо докосване", // 111
|
||||||
"Заглавие", // 112
|
"Заглавие", // 112
|
||||||
"Албум", // 113
|
"Албум", // 113
|
||||||
"Песен", // 114
|
"Песен", // 114
|
||||||
@@ -3224,7 +3224,7 @@ static const char* const myLanguage[21][300] PROGMEM = {
|
|||||||
"СВЪРЗАНЕ", // 195
|
"СВЪРЗАНЕ", // 195
|
||||||
"DX РЕЖИМ", // 196
|
"DX РЕЖИМ", // 196
|
||||||
"АВТОМАТИЧНА ПАМЕТ", // 197
|
"АВТОМАТИЧНА ПАМЕТ", // 197
|
||||||
"AM AGC", // 198
|
"AM АУР", // 198
|
||||||
"FM деемфаза", // 199
|
"FM деемфаза", // 199
|
||||||
"Малък", // 200
|
"Малък", // 200
|
||||||
"Голям", // 201
|
"Голям", // 201
|
||||||
@@ -3324,7 +3324,7 @@ static const char* const myLanguage[21][300] PROGMEM = {
|
|||||||
"Не може да се добави запис!\nДневникът е пълен!", // 295
|
"Не може да се добави запис!\nДневникът е пълен!", // 295
|
||||||
"Автоматичен дневник", // 296
|
"Автоматичен дневник", // 296
|
||||||
"Автоматично лятно\nвреме по NTP", // 297
|
"Автоматично лятно\nвреме по NTP", // 297
|
||||||
"Задаване на отместване\nна NTP време", // 298
|
"Отместване на NTP", // 298
|
||||||
"Дневникът съдържа над 130 записа, които не могат да бъдат обработени. Моля, изтеглете CSV файла за обработка." // 299
|
"Дневникът съдържа над 130 записа, които не могат да бъдат обработени. Моля, изтеглете CSV файла за обработка." // 299
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -3973,7 +3973,7 @@ static const char* const myLanguage[21][300] PROGMEM = {
|
|||||||
"Mostra errori RDS", // 38
|
"Mostra errori RDS", // 38
|
||||||
"Lingua", // 39
|
"Lingua", // 39
|
||||||
"Scegli lingua", // 40
|
"Scegli lingua", // 40
|
||||||
"PI agganc. su CT sync", // 41
|
"PI bloccato CT sync", // 41
|
||||||
"Errore! Nessun segnale RDS", // 42
|
"Errore! Nessun segnale RDS", // 42
|
||||||
"Softmute FM", // 43
|
"Softmute FM", // 43
|
||||||
"Softmute AM", // 44
|
"Softmute AM", // 44
|
||||||
@@ -4137,7 +4137,7 @@ static const char* const myLanguage[21][300] PROGMEM = {
|
|||||||
"Tutto", // 202
|
"Tutto", // 202
|
||||||
"PS veloce", // 203
|
"PS veloce", // 203
|
||||||
"Predefinito", // 204
|
"Predefinito", // 204
|
||||||
"Spegni schermo se connesso XDRGTK", // 205
|
"Disattiva schermo su\nconnessione XDRGTK", // 205
|
||||||
"Miglioramento stereo FMSI", // 206
|
"Miglioramento stereo FMSI", // 206
|
||||||
"Funzione disponibile solo su TEF6687/6689!", // 207
|
"Funzione disponibile solo su TEF6687/6689!", // 207
|
||||||
"Funzione non disponibile su skin selezionata!", // 208
|
"Funzione non disponibile su skin selezionata!", // 208
|
||||||
@@ -4156,7 +4156,7 @@ static const char* const myLanguage[21][300] PROGMEM = {
|
|||||||
"Segnale", // 221
|
"Segnale", // 221
|
||||||
"Disattiva audio\nmentre scansiona", // 222
|
"Disattiva audio\nmentre scansiona", // 222
|
||||||
"AEREO", // 223
|
"AEREO", // 223
|
||||||
"Premi x 5 sec. pulsante banda", // 224
|
"Premi per 5 sec. il pulsante di banda", // 224
|
||||||
"Spegni", // 225
|
"Spegni", // 225
|
||||||
"Schermo spento", // 226
|
"Schermo spento", // 226
|
||||||
"Disabilitato", // 227
|
"Disabilitato", // 227
|
||||||
|
|||||||
Reference in New Issue
Block a user