mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fixup drawing tip type
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
"displayText": "Safe\nMode"
|
||||
},
|
||||
"TipTypeAuto": {
|
||||
"displayText": "Auto"
|
||||
"displayText": "Auto\nSense"
|
||||
},
|
||||
"TipTypeT12Long": {
|
||||
"displayText": "TS100\nLong"
|
||||
|
||||
@@ -765,7 +765,7 @@ static void displayHallEffectSleepTime(void) {
|
||||
#endif /* HALL_SENSOR */
|
||||
static void displaySolderingTipType(void) {
|
||||
// TODO wrapping X value
|
||||
OLED::print(lookupTipName(), FontStyle::SMALL);
|
||||
OLED::print(lookupTipName(), FontStyle::SMALL, 255, OLED::getCursorX());
|
||||
}
|
||||
// If there is no detection, and no options, max is 0
|
||||
static bool showSolderingTipType(void) { return tipType_t::TIP_TYPE_MAX != 0; }
|
||||
|
||||
Reference in New Issue
Block a user