From 09582a9842abf75b9f0cbccb7700198d62b50efc Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Sat, 31 Aug 2024 15:51:25 +0200 Subject: [PATCH] Versioning --- src/gui.cpp | 37 +++++++++++++++++++------------------ src/language.h | 2 +- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/src/gui.cpp b/src/gui.cpp index 35d65b6..6ebd3f9 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -3800,24 +3800,25 @@ void DoMenu() { tft.drawRoundRect(10, 6, 300, 230, 5, ActiveColor); tft.fillRoundRect(12, 8, 296, 226, 5, BackgroundColor); tftPrint(0, myLanguage[language][71], 155, 13, ActiveColor, ActiveColorSmooth, 28); - tftPrint(0, myLanguage[language][72], 155, 63, ActiveColor, ActiveColorSmooth, 28); - tftPrint(0, "PE5PVB", 155, 43, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "ohmytime", 145, 93, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "HyperDX", 145, 108, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(-1, "MCelliotG", 155, 93, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(-1, "andimik", 155, 108, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "DXHR05", 145, 123, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "NoobishSVK", 145, 138, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(-1, "yo2ldk", 155, 123, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(-1, "Justin_Peng(Portable)", 155, 138, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "Overland DX", 145, 153, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(-1, "elektronik232", 155, 153, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "KOTYA8", 145, 168, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(-1, "mrwish7", 155, 168, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "lxsxl", 145, 183, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(-1, "leryfm", 155, 183, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "marsel90-1", 145, 198, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(-1, "lawendel", 155, 198, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(0, myLanguage[language][72], 155, 55, ActiveColor, ActiveColorSmooth, 28); + tftPrint(0, "PE5PVB", 155, 38, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "ohmytime", 145, 80, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "HyperDX", 145, 95, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(-1, "MCelliotG", 155, 80, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(-1, "andimik", 155, 95, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "DXHR05", 145, 110, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "NoobishSVK", 145, 125, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(-1, "yo2ldk", 155, 110, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(-1, "Justin_Peng(Portable)", 155, 125, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "Overland DX", 145, 140, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(-1, "elektronik232", 155, 140, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "KOTYA8", 145, 155, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(-1, "mrwish7", 155, 155, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "lxsxl", 145, 170, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(-1, "leryfm", 155, 170, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "marsel90-1", 145, 185, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(-1, "lawendel", 155, 185, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "KB8U", 145, 200, PrimaryColor, PrimaryColorSmooth, 16); tftPrint(0, "github.com/PE5PVB/TEF6686_ESP32", 155, 215, ActiveColor, ActiveColorSmooth, 16); break; } diff --git a/src/language.h b/src/language.h index c0320f4..4f238b3 100644 --- a/src/language.h +++ b/src/language.h @@ -1,7 +1,7 @@ #ifndef LANGUAGE_H #define LANGUAGE_H -#define VERSION "v2.11.3" +#define VERSION "v2.11.4" // [number of languages][number of texts]