Skip to content

Conversation

Neradoc
Copy link

@Neradoc Neradoc commented Mar 31, 2025

Hi, in recent versions of Circuitpython, displayio has been split into different modules for each display type and now displayio.Display is busdisplay.BusDisplay. Currently the old names cause a deprecation warning to be printed:

>>> import displayio
>>> displayio.Display
FutureWarning: Display moved from displayio to busdisplay
FutureWarning: Display renamed BusDisplay
<class 'BusDisplay'>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant