This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
import board | |
from keybow2040 import Keybow2040, number_to_xy, hsv_to_rgb | |
import usb_cdc | |
# Some constants | |
FULLBRIGHT = 1 | |
MINBRIGHT = 0.05 | |
# Set up Keybow |