Skip to content

Commit 748a16d

Browse files
authored
Merge pull request #1729 from FoamyGuy/pyportal_remote_cp7
pyportal remote cp7 updates Guide updated, thanks
2 parents b629353 + 5d4260b commit 748a16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_Remote/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def switchpage(tup):
154154
# Verifies the Roku and Pyportal are connected and visible
155155
channels = getchannels()
156156

157-
my_display_group = displayio.Group(max_size=25)
157+
my_display_group = displayio.Group()
158158

159159
image_1, palette_1 = adafruit_imageload.load(
160160
"images/page_1.bmp", bitmap=displayio.Bitmap, palette=displayio.Palette

0 commit comments

Comments
 (0)