8000 board.DISPLAY returns None on Badger2040 / Badger2040W · Issue #10378 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
board.DISPLAY returns None on Badger2040 / Badger2040W #10378
Open
@RagingRoosevelt

Description

@RagingRoosevelt

CircuitPython version and board name

Adafruit CircuitPython 9.2.7 on 2025-04-01; Pimoroni Badger 2040 W with rp2040

Code/REPL

import board
display = board.DISPLAY
print(display)

Behavior

code.py output:
None

Code done running.

Description

board.DISPLAY should return a displayio object but instead returns None.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0