full brightness by default

This commit is contained in:
foamyguy 2022-08-04 19:09:40 -05:00
parent 799d1efcbb
commit d6f4c4fec0

View file

@ -9,7 +9,7 @@ from octopus_game_helpers import DiverPlayer, OctopusGame
# built-in display
display = board.DISPLAY
display.brightness = 0.3
#display.brightness = 0.3
# main group that we'll show in the display
main_group = Group()