diff --git a/energy_control b/energy_control index a0b7414..cb79b1b 100644 --- a/energy_control +++ b/energy_control @@ -48,7 +48,7 @@ function recv() if updated == true then term.clear() - term.setCursorPos(0, 0) + term.setCursorPos(1, 1) term.setTextColor(colors.white) term.setBackgroundColor(colors.black) term.write('Press "R" to toggle the rainbows')