diff --git a/Bootup Logo/Logos/001_TS80.png b/Bootup Logo/Logos/001_TS80.png index c3322812..98bef1b8 100644 Binary files a/Bootup Logo/Logos/001_TS80.png and b/Bootup Logo/Logos/001_TS80.png differ diff --git a/Development Resources/Images/Calibration.jpg b/Development Resources/Images/Calibration.jpg deleted file mode 100644 index 5ecf35a8..00000000 Binary files a/Development Resources/Images/Calibration.jpg and /dev/null differ diff --git a/Development Resources/Images/Calibration.png b/Development Resources/Images/Calibration.png new file mode 100644 index 00000000..6216d913 Binary files /dev/null and b/Development Resources/Images/Calibration.png differ diff --git a/Development Resources/Images/Calibration_II.png b/Development Resources/Images/Calibration_II.png new file mode 100644 index 00000000..0456271d Binary files /dev/null and b/Development Resources/Images/Calibration_II.png differ diff --git a/Development Resources/Images/Power.jpg b/Development Resources/Images/Power.jpg deleted file mode 100644 index 340b2bce..00000000 Binary files a/Development Resources/Images/Power.jpg and /dev/null differ diff --git a/Development Resources/Images/Power.png b/Development Resources/Images/Power.png new file mode 100644 index 00000000..89ccae7c Binary files /dev/null and b/Development Resources/Images/Power.png differ diff --git a/Development Resources/Images/Settings.jpg b/Development Resources/Images/Settings.jpg deleted file mode 100644 index eca8e3ea..00000000 Binary files a/Development Resources/Images/Settings.jpg and /dev/null differ diff --git a/Development Resources/Images/Settings.png b/Development Resources/Images/Settings.png new file mode 100644 index 00000000..c5c33c78 Binary files /dev/null and b/Development Resources/Images/Settings.png differ diff --git a/Development Resources/Images/Sleep.jpg b/Development Resources/Images/Sleep.jpg deleted file mode 100644 index 0ed234c4..00000000 Binary files a/Development Resources/Images/Sleep.jpg and /dev/null differ diff --git a/Development Resources/Images/Sleep.png b/Development Resources/Images/Sleep.png new file mode 100644 index 00000000..4f6e3ac8 Binary files /dev/null and b/Development Resources/Images/Sleep.png differ diff --git a/Development Resources/Images/Soldering.jpg b/Development Resources/Images/Soldering.jpg deleted file mode 100644 index 9f5ae3ba..00000000 Binary files a/Development Resources/Images/Soldering.jpg and /dev/null differ diff --git a/Development Resources/Images/Soldering.png b/Development Resources/Images/Soldering.png new file mode 100644 index 00000000..4d71ef73 Binary files /dev/null and b/Development Resources/Images/Soldering.png differ diff --git a/Development Resources/Images/UI.jpg b/Development Resources/Images/UI.jpg deleted file mode 100644 index 65805621..00000000 Binary files a/Development Resources/Images/UI.jpg and /dev/null differ diff --git a/Development Resources/Images/UI.png b/Development Resources/Images/UI.png new file mode 100644 index 00000000..843a3864 Binary files /dev/null and b/Development Resources/Images/UI.png differ diff --git a/source/Core/Src/gui.cpp b/source/Core/Src/gui.cpp index c1d25689..9c023816 100644 --- a/source/Core/Src/gui.cpp +++ b/source/Core/Src/gui.cpp @@ -344,7 +344,7 @@ static void settings_displayPDNegTimeout(void) { if (value == 0) { OLED::print(translatedString(Tr->OffString), FontStyle::LARGE); } else { - OLED::printNumber(value, 2, FontStyle::LARGE); + OLED::printNumber(value, 3, FontStyle::LARGE); } } #endif