jpg -> png | fixed value alignment for PD timeout (#1086)
* Delete Development Resources/Images directory * jpg -> png * fix value alignment for PD timeout * Delete 001_TS80.png * replace TS80 logo
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 687 B |
BIN
Development Resources/Images/Calibration.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
Development Resources/Images/Calibration_II.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.1 KiB |
BIN
Development Resources/Images/Power.png
Normal file
After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 704 B |
BIN
Development Resources/Images/Settings.png
Normal file
After Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 736 B |
BIN
Development Resources/Images/Sleep.png
Normal file
After Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 713 B |
BIN
Development Resources/Images/Soldering.png
Normal file
After Width: | Height: | Size: 174 B |
Before Width: | Height: | Size: 722 B |
BIN
Development Resources/Images/UI.png
Normal file
After Width: | Height: | Size: 144 B |
@@ -344,7 +344,7 @@ static void settings_displayPDNegTimeout(void) {
|
|||||||
if (value == 0) {
|
if (value == 0) {
|
||||||
OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
|
OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
|
||||||
} else {
|
} else {
|
||||||
OLED::printNumber(value, 2, FontStyle::LARGE);
|
OLED::printNumber(value, 3, FontStyle::LARGE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|