mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge branch 'ripplebiz:main' into ui-enhancements
This commit is contained in:
commit
13654347c7
21 changed files with 961 additions and 88 deletions
|
|
@ -127,7 +127,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