Fix text pos
This commit is contained in:
@@ -324,13 +324,13 @@ static bool settings_displayInputMinVRange(void) {
|
|||||||
#ifdef POW_QC
|
#ifdef POW_QC
|
||||||
|
|
||||||
static bool settings_displayQCInputV(void) {
|
static bool settings_displayQCInputV(void) {
|
||||||
printShortDescription(SettingsItemIndex::QCMaxVoltage, 5);
|
printShortDescription(SettingsItemIndex::QCMaxVoltage, 4);
|
||||||
// These are only used in QC modes
|
// These are only used in QC modes
|
||||||
// Allows setting the voltage negotiated for QC
|
// Allows setting the voltage negotiated for QC
|
||||||
auto voltage = getSettingValue(SettingsOptions::QCIdealVoltage);
|
auto voltage = getSettingValue(SettingsOptions::QCIdealVoltage);
|
||||||
OLED::printNumber(voltage / 10, 2, FontStyle::LARGE);
|
OLED::printNumber(voltage / 10, 2, FontStyle::LARGE);
|
||||||
OLED::print(SymbolDot, FontStyle::LARGE);
|
OLED::print(SymbolDot, FontStyle::LARGE);
|
||||||
OLED::printNumber(voltage % 10, 2, FontStyle::LARGE);
|
OLED::printNumber(voltage % 10, 1, FontStyle::LARGE);
|
||||||
OLED::print(SymbolVolts, FontStyle::LARGE);
|
OLED::print(SymbolVolts, FontStyle::LARGE);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user