File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Metro/Metro_RP2350_Memory Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,12 @@ def update_score_text():
5858# initial state is title screen
5959CUR_STATE = STATE_TITLE
6060
61+ # pylint: disable=ungrouped-imports
6162if hasattr (supervisor .runtime , "display" ) and supervisor .runtime .display is not None :
6263 # use the built-in HSTX display for Metro RP2350
6364 display = supervisor .runtime .display
6465else :
66+ # pylint: disable=ungrouped-imports
6567 from displayio import release_displays
6668 import picodvi
6769 import board
Original file line number Diff line number Diff line change 1414import terminalio
1515import usb .core
1616
17-
17+ # pylint: disable=ungrouped-imports
1818if hasattr (supervisor .runtime , "display" ) and supervisor .runtime .display is not None :
1919 # use the built-in HSTX display for Metro RP2350
2020 display = supervisor .runtime .display
2121else :
22+ # pylint: disable=ungrouped-imports
2223 from displayio import release_displays
2324 import picodvi
2425 import board
Original file line number Diff line number Diff line change 1919import terminalio
2020import usb .core
2121
22+ # pylint: disable=ungrouped-imports
2223if hasattr (supervisor .runtime , "display" ) and supervisor .runtime .display is not None :
2324 # use the built-in HSTX display for Metro RP2350
2425 display = supervisor .runtime .display
You can’t perform that action at this time.
0 commit comments