Skip to content

Commit

Permalink
updated rogues gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
wifinigel committed Aug 29, 2020
1 parent b61f634 commit a693fcb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions BakeBit/Software/Python/bakebit_nanohat_oled.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,17 @@ def receive_signal(signum, stack, g_vars=g_vars):
###############################################################################

# First time around (power-up), draw logo on display
rogues_gallery = [ 'images/wlanprologo.png', 'images/wlanprologo.png', 'images/wlanprologo.png', 'images/wlanprologo.png',
'images/jolla.png', 'images/wifinigel.png', 'images/jiribrejcha.png']
rogues_gallery = [
'images/wlanprologo.png',
'images/wlanprologo.png',
'images/joshschmelzle.png',
'images/crv.png',
'images/jolla.png',
'images/wifinigel.png',
'images/dansfini.png',
'images/jiribrejcha.png'
]

random_image = random.choice(rogues_gallery)
image0 = Image.open(random_image).convert('1')

Expand Down
Binary file added BakeBit/Software/Python/images/crv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added BakeBit/Software/Python/images/dansfini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added BakeBit/Software/Python/images/joshschmelzle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a693fcb

Please sign in to comment.