test. untested. library update compatibility

This commit is contained in:
Hans P. Reiser 2022-03-23 00:19:20 +00:00
parent 18dab7be33
commit c041b4999f
2 changed files with 2 additions and 2 deletions

View File

@ -531,7 +531,7 @@ void ILI9225Display::setFont(uint8_t fontindex) {
//if(fontindex==1 || fontindex==2) { fontindex=3; }
findex = fontindex;
switch(fontindex) {
case 0: tft->setFont(NULL); tft->setTextSize(1); break;
case 0: tft->setFont(); tft->setTextSize(1); break;
//case 1: tft->setFont(NULL); tft->setTextSize(2); break;
//case 2: tft->setFont(NULL); tft->setTextSize(2); break;
default: tft->setFont(gfl[fontindex-1]);

View File

@ -1,4 +1,4 @@
const char *version_name = "rdzTTGOsonde";
const char *version_id = "devel20220123";
const char *version_id = "devel20220323";
const int SPIFFS_MAJOR=2;
const int SPIFFS_MINOR=16;