mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Add more intuitive idle screen with prompts
This commit is contained in:
@@ -211,7 +211,7 @@ void ProcessUI() {
|
||||
} else if (Buttons == BUT_A) {
|
||||
//Try and calibrate
|
||||
if (tempCalStatus == 0) {
|
||||
if (readTipTemp() < 300 && readSensorTemp() < 300) {
|
||||
if ((readTipTemp() < 300) && (readSensorTemp() < 300)) {
|
||||
tempCalStatus = 1;
|
||||
systemSettings.tempCalibration = readTipTemp();
|
||||
saveSettings();
|
||||
@@ -256,7 +256,8 @@ void DrawUI() {
|
||||
Oled_DisplayOff();
|
||||
} else {
|
||||
Oled_DisplayOn();
|
||||
OLED_DrawString(" IDLE ", 8); //write the word IDLE
|
||||
//OLED_DrawString(" IDLE ", 8); //write the word IDLE
|
||||
OLED_DrawIDLELogo();
|
||||
}
|
||||
break;
|
||||
case SOLDERING:
|
||||
|
||||
Reference in New Issue
Block a user