You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Feather RP2350 with an HSTX display running the Tab Layout Simple test with display is set up using:
if hasattr(supervisor. Runtime, "display") and supervisor.runtime.display is not None: # use the built-in HSTX display for Metro RP2350 display = supervisor.runtime.display
Getting error:
File "/lib/adafruit_displayio_layout/layouts/tab_layout.py", line 203, in add_content File "/lib/adafruit_displayio_layout/layouts/tab_layout.py", line 152, in _draw_tabs AttributeError: 'NoneType' object has no attribute 'width'
I was able to get it to work by editing the file - see attached screenshot.
Not sure if this will break boards with built in display.