Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit c6131a7

Browse files
committed
Names and Version
1 parent 00c168b commit c6131a7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

esp32/modules/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import esp
77
import appglue
88

9-
version = "Gekalibreerde Kwibus"
9+
version = "Gouden Ganzeveer"
1010

1111
ugfx.init()
1212
ugfx.input_init()

esp32/modules/magic.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
import ugfx, appglue, hashlib, ubinascii, time, uos
22

3-
names = ["Kartoffel", "Sebastius", "tsd", "Sprite_TM", "Underhand", "MaruksBek", "Roosted", "the_JinX", "realitygaps", "raboof", "Alexandre Dulaunoy", " Eric Poulsen", "Damien P. George", "Renze Nicolai"]
3+
names = ["Niek Blankers", "Sebastiaan Oort", "Bas van Sisseren", "Jeroen Domburg", "Gavan Fantom", "Markus Bechtold", "Thomas Roos", "Anne Jan Brouwer", "Renze Nicolai", "Aram Verstegen", "Arnout Engelen", "Alexandre Dulaunoy", " Eric Poulsen", "Damien P. George"]
44

55
def action_exit(pushed):
66
if (pushed):
77
appglue.home()
8-
8+
99
def fill_screen_with_crap(c):
1010
print("Filling screen...")
1111
for i in range(0,3):
1212
nr = int.from_bytes(uos.urandom(1), 1)
1313
sha = hashlib.sha1(str(nr))
14-
s = ubinascii.hexlify(sha.digest())
14+
s = ubinascii.hexlify(sha.digest())
1515
for j in range(0,8):
1616
x = 0 #int.from_bytes(uos.urandom(1), 1)
1717
y = int.from_bytes(uos.urandom(1), 1)
1818
if (x<ugfx.width()) and (y<ugfx.height()):
1919
ugfx.string(x, y, s+s+s, "Roboto_Regular12", c)
2020
ugfx.flush()
2121
print("done.")
22-
22+
2323
def draw_name(x,y,name):
2424
print("Drawing name "+name)
2525
for i in range(1,5):
@@ -34,7 +34,7 @@ def draw_name(x,y,name):
3434
ugfx.string(x, y, name, "PermanentMarker22", ugfx.BLACK)
3535
print("done.")
3636
ugfx.flush()
37-
37+
3838
def show_names():
3939
global names
4040
c = False
@@ -68,6 +68,6 @@ def main():
6868
ugfx.input_attach(ugfx.BTN_START, action_exit)
6969
fill_screen_with_crap(ugfx.BLACK)
7070
show_names()
71-
71+
7272
while (True):
7373
main()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy