std behaviour

This commit is contained in:
Florent 2025-04-20 17:10:57 +02:00
parent 052ca9f12f
commit 2d6c834887
3 changed files with 45 additions and 7 deletions

View file

@ -99,7 +99,7 @@ void UITask::renderCurrScreen() {
_display->setColor(DisplayDriver::LIGHT);
_display->print(_msg);
_display->setCursor(100, 9);
_display->setCursor(_display->width() - 28, 9);
_display->setTextSize(2);
_display->setColor(DisplayDriver::ORANGE);
sprintf(tmp, "%d", _msgcount);