Skip to content
Snippets Groups Projects
Commit 5e38d7b3 authored by fleur's avatar fleur
Browse files

this is me doing random things

parent c3b47cc0
No related branches found
No related tags found
No related merge requests found
...@@ -49,12 +49,7 @@ flags["lesbian"] = [ ...@@ -49,12 +49,7 @@ flags["lesbian"] = [
[214, 113, 113], [214, 113, 113],
[134, 70, 70], [134, 70, 70],
] ]
flags["nonbinary"] = [ flags["nonbinary"] = [[255, 244, 51], [255, 255, 255], [155, 89, 208], [0, 0, 0]]
[255, 244, 51],
[255, 255, 255],
[155, 89, 208],
[0, 0, 0],
]
flags["genderfluid"] = [ flags["genderfluid"] = [
[254, 117, 161], [254, 117, 161],
[255, 255, 255], [255, 255, 255],
...@@ -163,6 +158,7 @@ def print_all(): ...@@ -163,6 +158,7 @@ def print_all():
for i in flags: for i in flags:
print(i) print(i)
def demo(s_delay=2): def demo(s_delay=2):
""" """
Demos all available flags on LEDs and display. Demos all available flags on LEDs and display.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment