mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update GUIThread.cpp
This commit is contained in:
@@ -776,7 +776,7 @@ void showDebugMenu(void) {
|
|||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
// Tip resistance
|
// Tip resistance
|
||||||
OLED::printNumber(getTipResitanceX10() / 10, 2, FontStyle::SMALL);
|
OLED::printNumber(getTipResitanceX10() / 10, 5, FontStyle::SMALL); // large to pad over so that we cover ID left overs
|
||||||
OLED::print(SymbolDot, FontStyle::SMALL);
|
OLED::print(SymbolDot, FontStyle::SMALL);
|
||||||
OLED::printNumber(getTipResitanceX10() % 10, 1, FontStyle::SMALL);
|
OLED::printNumber(getTipResitanceX10() % 10, 1, FontStyle::SMALL);
|
||||||
case 12:
|
case 12:
|
||||||
|
|||||||
Reference in New Issue
Block a user