Skip to content

Commit d6f4c4f

Browse files
committed
full brightness by default
1 parent 799d1ef commit d6f4c4f

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_GameAndWatch_Octopus

1 file changed

+1
-1
lines changed

CircuitPython_GameAndWatch_Octopus/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# built-in display
1010
display = board.DISPLAY
1111

12-
display.brightness = 0.3
12+
#display.brightness = 0.3
1313

1414
# main group that we'll show in the display
1515
main_group = Group()

0 commit comments

Comments
 (0)