circuitpython/shared-bindings/_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 convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
Layer.h Add a _stage module (#398) 2017-11-07 10:05:25 -08:00
Text.c whitespace 2023-09-20 11:27:12 -05:00
Text.h Add a _stage module (#398) 2017-11-07 10:05:25 -08:00
__init__.c Split displayio hardware support from core 2023-10-24 15:43:34 -07:00
__init__.h Add a _stage module (#398) 2017-11-07 10:05:25 -08:00