You've already forked TEF6686_ESP32
Versioning
This commit is contained in:
@@ -3015,6 +3015,8 @@ void BuildDisplay() {
|
||||
tftPrint(-1, "MP:", 259, 165, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(-1, "CN:", 197, 165, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(1, "dB", 255, 165, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(1, "%", 316, 165, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(1, "%", 316, 147, ActiveColor, ActiveColorSmooth, 16);
|
||||
|
||||
tftPrint(0, "S", 7, 101, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(-1, "1", 21, 115, ActiveColor, ActiveColorSmooth, 16);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef LANGUAGE_H
|
||||
#define LANGUAGE_H
|
||||
|
||||
#define VERSION "v2.11.22"
|
||||
#define VERSION "v2.11.23"
|
||||
|
||||
// [number of languages][number of texts]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user