[F] Fix june flicker #408

This commit is contained in:
Azalea Gui 2025-08-21 11:48:24 -04:00
parent b28aa0ddf2
commit d6f9d1f569
4 changed files with 7 additions and 5 deletions

View file

@ -105,8 +105,8 @@ def start_animation():
try:
while 1:
# Clear the screen
print("\033[2J\033[H", end="")
# Move cursor to the top left corner
print("\033[H", end="")
draw_frame()
frame += speed
sleep(frame_delay)