From c3d70a4387f551396a53d5b1dd7f739bff6ee506 Mon Sep 17 00:00:00 2001 From: "navid.sassan" Date: Fri, 2 Apr 2021 16:32:38 +0200 Subject: [PATCH] testing --- energy_control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')