Inky Frame: Add colour constants to Python module.

pull/702/head
Phil Howard 2023-03-02 13:09:55 +00:00
rodzic f4f5c6319a
commit 9e120995b2
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,14 @@ from machine import Pin
from wakeup import get_shift_state, reset_shift_state
import time
BLACK = 0
WHITE = 1
GREEN = 2
BLUE = 3
RED = 4
YELLOW = 5
ORANGE = 6
TAUPE = 7
SR_CLOCK = 8
SR_LATCH = 9