Skip to content

Commit

Permalink
Fixed readme and made mouse invisable
Browse files Browse the repository at this point in the history
  • Loading branch information
tyspa1 committed Apr 1, 2015
1 parent 62ee9b0 commit 932274c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# TYOS
0.1.0 alpha
A mobile Operating System for the tphone

copyright (c) 2015 Tyler Spadgenske

##Dependencies
`adafruit-pi-cam-master/` is from https://github.com/adafruit/adafruit-pi-cam
at commit d3ff2266727 under the BSD License not the MIT license like the rest
of the code.
adafruit-pi-cam: https://github.com/spadgenske/adafruit-pi-cam
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __init__(self):
self.WINDOWWIDTH = 320
self.WINDOWHIEGHT = 480
self.surface = pygame.display.set_mode((self.WINDOWWIDTH, self.WINDOWHIEGHT), pygame.FULLSCREEN)
pygame.mouse.set_visible(False)

self.clock = pygame.time.Clock()

Expand Down

0 comments on commit 932274c

Please sign in to comment.