Skip to content

Commit 8fc302b

Browse files
authored
Merge pull request #1683 from FoamyGuy/smart_alarm_clock_cp7
smart alarm clock cp7 updates
2 parents 8c4222d + 83ab15e commit 8fc302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Smart_Alarm_Clock/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def on_enable(client, feed_id, payload):
222222

223223
display = framebufferio.FramebufferDisplay(framebuffer)
224224

225-
splash = displayio.Group(max_size=13)
225+
splash = displayio.Group()
226226
display.show(splash)
227227

228228

0 commit comments

Comments
 (0)