You've already forked TEF6686_ESP32
Added Invert screen option (BW+BAND button)
Updated DP66X default settings
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
// #define HAS_AIR_BAND // uncomment to enable Air Band(Make sure you have Air Band extend board)
|
||||
// #define CHINA_PORTABLE // uncomment for China Portable build (Simplified Chinese)
|
||||
// #define DEEPELEC_DP_66X // uncomment for DEEPELEC Portable DP-66X build (Simplified Chinese)
|
||||
#define DEEPELEC_DP_66X // uncomment for DEEPELEC Portable DP-66X build (Simplified Chinese)
|
||||
|
||||
#endif
|
||||
|
||||
@@ -213,9 +213,9 @@
|
||||
#define EE_CHECKBYTE_VALUE 10 // 0 ~ 255,add new entry, change for new value
|
||||
#define EE_PRESETS_FREQUENCY 0 // Default value when memory channel should be skipped!
|
||||
#ifdef HAS_AIR_BAND
|
||||
#define EE_TOTAL_CNT 2279 // Total occupied eeprom bytes
|
||||
#define EE_TOTAL_CNT 2280 // Total occupied eeprom bytes
|
||||
#else
|
||||
#define EE_TOTAL_CNT 2274 // Total occupied eeprom bytes
|
||||
#define EE_TOTAL_CNT 2275 // Total occupied eeprom bytes
|
||||
#endif
|
||||
|
||||
#define EE_PRESETS_BAND_START 0 // 99 * 1 byte
|
||||
@@ -332,9 +332,10 @@
|
||||
#define EE_UINT16_CALTOUCH3 2262
|
||||
#define EE_UINT16_CALTOUCH4 2266
|
||||
#define EE_UINT16_CALTOUCH5 2270
|
||||
#define EE_BYTE_INVERTDISPLAY 2274
|
||||
#ifdef HAS_AIR_BAND
|
||||
#define EE_BYTE_AIRSTEPSIZE 2274
|
||||
#define EE_UINT16_FREQUENCY_AIR 2275
|
||||
#define EE_BYTE_AIRSTEPSIZE 2275
|
||||
#define EE_UINT16_FREQUENCY_AIR 2276
|
||||
#endif
|
||||
// End of EEPROM index defines
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
// [number of languages][number of texts]
|
||||
|
||||
static const char* const myLanguage[18][284] PROGMEM = {
|
||||
static const char* const myLanguage[18][285] PROGMEM = {
|
||||
{ "English", // English
|
||||
"Rotary direction changed", // 1
|
||||
"Please release button", // 2
|
||||
@@ -289,7 +289,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Nederlands", // Dutch
|
||||
@@ -575,7 +576,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Volledig", // 280
|
||||
"Wachttijd alleen\nbij signaal", // 281
|
||||
"Druk op aangegeven hoeken", // 282
|
||||
"om scherm te calibreren" // 283
|
||||
"om scherm te calibreren", // 283
|
||||
"Scherm inversie gewijzigd" // 284
|
||||
},
|
||||
|
||||
{ "Polski", // Polish
|
||||
@@ -861,7 +863,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Pełne", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Hrvatski", // Croatian
|
||||
@@ -1147,7 +1150,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Ελληνικά", // Greek
|
||||
@@ -1433,7 +1437,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Πλήρης", // 280
|
||||
"Αναμονή μόνο σε\nυπάρξη σήματος", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Română", // Romanian
|
||||
@@ -1719,7 +1724,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Deutsch", // German
|
||||
@@ -2005,7 +2011,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Voll", // 280
|
||||
"Wartezeit nur wenn\nSignal vorhanden", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Český", // Czech
|
||||
@@ -2291,7 +2298,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Magyar", // Hungarian
|
||||
@@ -2577,7 +2585,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Français", // French
|
||||
@@ -2863,7 +2872,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Complet", // 280
|
||||
"Attendre que lorsque\nle signal existe", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
|
||||
},
|
||||
|
||||
@@ -3150,7 +3160,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Русский", // Russian
|
||||
@@ -3436,7 +3447,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Українська", // Ukranian
|
||||
@@ -3722,7 +3734,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Italiano", // Italian
|
||||
@@ -4008,7 +4021,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Piene", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Simplified Chinese", // Simplified Chinese
|
||||
@@ -4294,7 +4308,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Norsk", // Norwegian
|
||||
@@ -4580,7 +4595,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Full", // 280
|
||||
"Wait time on\nsignal only", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
},
|
||||
|
||||
{ "Español", // Spanish
|
||||
@@ -4866,7 +4882,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Completo", // 280
|
||||
"Tiempo de espera\ncuando la señal", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
|
||||
},
|
||||
|
||||
@@ -5153,7 +5170,8 @@ static const char* const myLanguage[18][284] PROGMEM = {
|
||||
"Completo", // 280
|
||||
"Espera tempo apenas\nquando sinal", // 281
|
||||
"Press highlighted corner", // 282
|
||||
"To calibrate touchscreen" // 283
|
||||
"To calibrate touchscreen", // 283
|
||||
"Screen inversion toggles" // 284
|
||||
}
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user