.
This commit is contained in:
parent
f4ce6980aa
commit
d6750a8dfb
@ -890,7 +890,7 @@ local function updateDisplay()
|
|||||||
mon.setTextColor(colors.white)
|
mon.setTextColor(colors.white)
|
||||||
mon.write("Saturation: ")
|
mon.write("Saturation: ")
|
||||||
mon.setTextColor(colors.magenta)
|
mon.setTextColor(colors.magenta)
|
||||||
mon.write(formatPercent(satPercent))
|
mon.write(formatPercent(satPercent) .. " (Target: " .. formatPercent(CONFIG.target_saturation) .. ")")
|
||||||
y = y + 1
|
y = y + 1
|
||||||
|
|
||||||
drawProgressBar(mon, 1, y, w - 2, satPercent, 1, colors.magenta)
|
drawProgressBar(mon, 1, y, w - 2, satPercent, 1, colors.magenta)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user