mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
std behaviour
This commit is contained in:
parent
052ca9f12f
commit
2d6c834887
3 changed files with 45 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue