nisei-counter/boot.py
2023-03-05 11:43:17 +01:00

6 lines
153 B
Python

import counter
# NISEI
counter.numbers = [0b11101111, 0b10001001, 0b11010111, 0b11011011, 0b00100100, 0b11010110, 0b01110110, 0b00111100]
counter.run()