Additional pages

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-05-15 17:51:58 +02:00
parent ab5806bf53
commit 84ec6434e4

View File

@@ -97,6 +97,10 @@ void TxOled::renderPagePwr(
_display.print("PWR");
//TODO content
_display.setCursor(0, 25);
_display.setTextSize(3);
_display.print(radioState->loraTxPower);
_display.print("dBm");
_display.display();
}
@@ -130,7 +134,9 @@ void TxOled::renderPageMode(
_display.setTextSize(2);
_display.print("Mode");
//TODO content
_display.setCursor(0, 25);
_display.setTextSize(3);
_display.print("Full");
_display.display();
}