diff --git a/BakeBit/Software/Python/bakebit_nanohat_oled.py b/BakeBit/Software/Python/bakebit_nanohat_oled.py index 171685b..526116e 100755 --- a/BakeBit/Software/Python/bakebit_nanohat_oled.py +++ b/BakeBit/Software/Python/bakebit_nanohat_oled.py @@ -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') diff --git a/BakeBit/Software/Python/images/crv.png b/BakeBit/Software/Python/images/crv.png new file mode 100644 index 0000000..a19c303 Binary files /dev/null and b/BakeBit/Software/Python/images/crv.png differ diff --git a/BakeBit/Software/Python/images/dansfini.png b/BakeBit/Software/Python/images/dansfini.png new file mode 100644 index 0000000..9053763 Binary files /dev/null and b/BakeBit/Software/Python/images/dansfini.png differ diff --git a/BakeBit/Software/Python/images/joshschmelzle.png b/BakeBit/Software/Python/images/joshschmelzle.png new file mode 100644 index 0000000..65048bf Binary files /dev/null and b/BakeBit/Software/Python/images/joshschmelzle.png differ