Added Invert screen option (BW+BAND button)

Updated DP66X default settings
This commit is contained in:
Sjef Verhoeven PE5PVB
2024-10-25 12:32:14 +02:00
parent 419db542d9
commit 6d7cdeb9ae
4 changed files with 84 additions and 73 deletions
+5 -4
View File
@@ -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