1
0
forked from me/IronOS

New graphics for the idle screen

This commit is contained in:
Ben V. Brown
2017-10-06 09:10:30 +11:00
parent 8b8e2a1f10
commit 835ef5d7de
4 changed files with 28 additions and 39 deletions

View File

@@ -694,8 +694,7 @@ void startGUITask(void const * argument) {
saveSettings();
setCalibrationOffset(systemSettings.CalibrationOffset);
HAL_IWDG_Refresh(&hiwdg);
osDelay(500);
//tempWarningState=0;//make sure warning can show
osDelay(250);
break;
}
currentlyActiveTemperatureTarget = 0; //ensure tip is off
@@ -746,9 +745,9 @@ void startGUITask(void const * argument) {
lcd.setFont(0);
if (lcd.getRotation())
lcd.drawArea(0, 0, 96, 16, idleScreenBG);
lcd.drawArea(12, 0, 84, 16, idleScreenBG);
else
lcd.drawArea(0, 0, 96, 16, idleScreenBGF);
lcd.drawArea(12, 0, 84, 16, idleScreenBGF);//Needs to be flipped
lcd.setCursor(0, 0);
gui_drawBatteryIcon();