You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ken 22abc7086e Initial commit 4 years ago
..
battery.pxd Initial commit 4 years ago
.DS_Store Initial commit 4 years ago
Makefile Initial commit 4 years ago
README.md Initial commit 4 years ago
arrow_down.txt Initial commit 4 years ago
arrow_up.txt Initial commit 4 years ago
battery_25.png Initial commit 4 years ago
battery_50.png Initial commit 4 years ago
battery_75.png Initial commit 4 years ago
battery_100.png Initial commit 4 years ago
battery_low.png Initial commit 4 years ago
box.png Initial commit 4 years ago
build.py Initial commit 4 years ago
cbuild.py Initial commit 4 years ago
cylon.py Initial commit 4 years ago
fruit.png Initial commit 4 years ago
graphics.py Initial commit 4 years ago
loading1.png Initial commit 4 years ago
more_left.txt Initial commit 4 years ago
more_right.txt Initial commit 4 years ago
passport.png Initial commit 4 years ago
scroll.txt Initial commit 4 years ago
scrollbar.txt Initial commit 4 years ago
selected.txt Initial commit 4 years ago
sm_box.txt Initial commit 4 years ago
space.txt Initial commit 4 years ago
spin.txt Initial commit 4 years ago
splash.png Initial commit 4 years ago
tbox.png Initial commit 4 years ago
tetris_pattern_0.png Initial commit 4 years ago
tetris_pattern_1.png Initial commit 4 years ago
tetris_pattern_2.png Initial commit 4 years ago
tetris_pattern_3.png Initial commit 4 years ago
tetris_pattern_4.png Initial commit 4 years ago
tetris_pattern_5.png Initial commit 4 years ago
tetris_pattern_6.png Initial commit 4 years ago
wedge.png Initial commit 4 years ago
wordmark.png Initial commit 4 years ago
xbox.png Initial commit 4 years ago

README.md

Passport Graphics

  1. Add or edit .txt or .png files in this folder
  2. Run make to generate graphics.py
  3. Run cp graphics.py ../modules to update the graphics in the actual app.
  4. In your python render functions, call dis.icon(x, y, 'icon_filename') to draw the icon.