circuitpython/shared-module/_stage
Scott Shawcroft e1df598199
Split displayio hardware support from core
These are moved:
* Display -> busdisplay.BusDisplay
* FourWire -> fourwire.FourWire
* EPaperDisplay -> epaperdisplay.EPaperDisplay
* I2CDisplay -> i2cdisplaybus.I2CDisplayBus

`paralleldisplay` is now `paralleldisplaybus` (and registered as
`paralleldisplay` too).

Bus related helpers are split out of display_core into bus_core.
It is in still displayio since it is a dependency of both
busdisplay and epaperdisplay.

Fixes #7667
2023-10-24 15:43:34 -07:00
..
Layer.c _stage: Fix handling of scaled display in the stage library 2021-10-07 12:58:43 +02:00
Layer.h _stage: Fix handling of scaled display in the stage library 2021-10-07 12:58:43 +02:00
Text.c _stage: Fix handling of scaled display in the stage library 2021-10-07 12:58:43 +02:00
Text.h _stage: Fix handling of scaled display in the stage library 2021-10-07 12:58:43 +02:00
__init__.c Split displayio hardware support from core 2023-10-24 15:43:34 -07:00
__init__.h Split displayio hardware support from core 2023-10-24 15:43:34 -07:00