diff --git a/energy_control b/energy_control index 703a5d7..4d42bb3 100644 --- a/energy_control +++ b/energy_control @@ -45,8 +45,8 @@ end function draw_screen() while true do - term.clear() - term.setCursorPos(0, 0) + -- term.clear() + -- term.setCursorPos(0, 0) term.setTextColor(colors.white) term.setBackgroundColor(colors.black) term.write('Press "R" to toggle the rainbows\n')