mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
add support for new companion ui on thinknode m1
This commit is contained in:
parent
4b95c981bb
commit
8d7a49867f
5 changed files with 8 additions and 3 deletions
|
|
@ -305,7 +305,7 @@ public:
|
|||
} else {
|
||||
sprintf(tmp, "%dh", secs / (60*60));
|
||||
}
|
||||
display.setCursor(display.width() - display.getTextWidth(tmp), 0);
|
||||
display.setCursor(display.width() - display.getTextWidth(tmp) - 2, 0);
|
||||
display.print(tmp);
|
||||
|
||||
display.drawRect(0, 11, display.width(), 1); // horiz line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue