Update GUI

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-22 18:33:52 +02:00
parent 7d89094203
commit 1f899329a1
3 changed files with 243 additions and 242 deletions

View File

@@ -179,28 +179,28 @@ static const uint8_t TEFLogo[] PROGMEM = {
};
static const uint8_t RDSLogo[] PROGMEM = {
0x01, 0xfe, 0x0f, 0xf0, 0x00,
0x07, 0x03, 0xb8, 0x1c, 0x00,
0x0c, 0xfc, 0xe7, 0xe6, 0x00,
0x1b, 0x86, 0xdc, 0x3b, 0x00,
0x36, 0x79, 0xb3, 0xcd, 0x80,
0x6d, 0xff, 0x6f, 0xf6, 0xc0,
0x5b, 0xfe, 0xdf, 0xfb, 0x40,
0x57, 0xfe, 0xbf, 0xfd, 0x60,
0xd7, 0xfd, 0xbf, 0xfd, 0x60,
0xb7, 0xcd, 0x7e, 0x7d, 0xa0,
0x01, 0xf8, 0x0f, 0xe0, 0x00,
0x02, 0x00, 0x30, 0x18, 0x00,
0x0c, 0x30, 0x43, 0xc6, 0x00,
0x11, 0xc0, 0x8c, 0x31, 0x00,
0x26, 0x01, 0x31, 0x8c, 0x80,
0x28, 0x7e, 0x47, 0xe2, 0x80,
0x49, 0xfe, 0x4f, 0xf2, 0x40,
0x51, 0xfc, 0x9f, 0xf9, 0x40,
0x93, 0xfd, 0x1f, 0xf9, 0x20,
0xa7, 0xcd, 0x3e, 0x7c, 0xa0,
0xe7, 0x85, 0x3c, 0x3e, 0xe0,
0xff, 0x85, 0x7c, 0x3f, 0xe0,
0xff, 0x85, 0x7c, 0x3f, 0xe0,
0xfa, 0x4d, 0x7e, 0x4b, 0xe0,
0xf9, 0x3b, 0x7f, 0xd3, 0xe0,
0x7d, 0x86, 0xfc, 0x37, 0xc0,
0x7e, 0x7d, 0xfb, 0xcf, 0xc0,
0x7f, 0x03, 0xf8, 0x1f, 0xc0,
0x3f, 0xff, 0xff, 0xff, 0x80,
0x1f, 0xff, 0xff, 0xff, 0x00,
0x0f, 0xff, 0xff, 0xfe, 0x00,
0x07, 0xff, 0xbf, 0xfc, 0x00,
0x01, 0xfe, 0x0f, 0xf0, 0x00
0xfa, 0x49, 0x7e, 0x4b, 0xe0,
0x79, 0x32, 0x7d, 0x93, 0xc0,
0x7c, 0x84, 0xf8, 0x27, 0xc0,
0x7e, 0x78, 0xf8, 0xc7, 0xc0,
0x3f, 0x03, 0xf1, 0x1f, 0x80,
0x3f, 0xcf, 0xf2, 0x7f, 0x80,
0x1f, 0xff, 0xe0, 0xff, 0x00,
0x0f, 0xff, 0xc1, 0xfe, 0x00,
0x03, 0xff, 0x03, 0xf8, 0x00,
0x00, 0xfc, 0x07, 0xc0, 0x00
};
static const uint8_t Speaker[] PROGMEM = {

View File

@@ -56,8 +56,8 @@ static const char* const myLanguage[15][100] = {
"Configure Wi-Fi", // 52
"Connect to: ", // 53
"to configure Wi-Fi", // 54
"Trying to connect with Wi-Fi", // 55
"FAILED.. WiFi disabled", // 56
"Trying to connect Wi-Fi", // 55
"FAILED!", // 56
"CONNECTED!", // 57
"Stationlist client IP", // 58
"Show SW wavelength", // 59
@@ -159,7 +159,7 @@ static const char* const myLanguage[15][100] = {
"Verbind met: ", // 53
"om Wi-Fi in te stellen", // 54
"Verbinden met Wi-Fi...", // 55
"MISLUKT! WiFi uitgeschakeld", // 56
"MISLUKT!", // 56
"VERBONDEN!", // 57
"Stationlist client IP", // 58
"Toon SW golflengte", // 59
@@ -566,8 +566,8 @@ static const char* const myLanguage[15][100] = {
"Configure Wi-Fi", // 52
"Connect to: ", // 53
"to configure Wi-Fi", // 54
"Trying to connect with Wi-Fi", // 55
"FAILED.. WiFi disabled", // 56
"Trying to connect Wi-Fi", // 55
"FAILED!", // 56
"CONNECTED!", // 57
"Stationlist client IP", // 58
"Show SW wavelength", // 59
@@ -770,8 +770,8 @@ static const char* const myLanguage[15][100] = {
"Configure Wi-Fi", // 52
"Connect to: ", // 53
"to configure Wi-Fi", // 54
"Trying to connect with Wi-Fi", // 55
"FAILED.. WiFi disabled", // 56
"Trying to connect Wi-Fi", // 55
"FAILED!", // 56
"CONNECTED!", // 57
"Stationlist client IP", // 58
"Show SW wavelength", // 59
@@ -872,8 +872,8 @@ static const char* const myLanguage[15][100] = {
"Configure Wi-Fi", // 52
"Connect to: ", // 53
"to configure Wi-Fi", // 54
"Trying to connect with Wi-Fi", // 55
"FAILED.. WiFi disabled", // 56
"Trying to connect Wi-Fi", // 55
"FAILED!", // 56
"CONNECTED!", // 57
"Stationlist client IP", // 58
"Show SW wavelength", // 59