Skip to content

Commit

Permalink
Disabled cursor and (probably) some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavouk106 committed May 2, 2022
1 parent 5c5bb22 commit 79d3590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pygame.locals import *
from time import strftime

wind_angle = 15
wind_angle = 15 # Angle of rotation of wind display

debug = 0
path_to_files = '/tmp/'
Expand Down
2 changes: 1 addition & 1 deletion gui_start
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
sudo xinit /home/pi/.xinitrc > /tmp/xinit.log 2>&1
sudo xinit /home/pi/.xinitrc -- -nocursor > /tmp/xinit.log 2>&1

0 comments on commit 79d3590

Please sign in to comment.