circuitpython/shared-bindings
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
..
2023-10-03 15:03:59 -04:00
2023-10-03 15:03:59 -04:00
2023-09-22 13:56:55 -05:00
2023-10-03 15:03:59 -04:00
2023-09-20 11:27:12 -05:00
2023-10-16 10:59:13 -07:00
2023-09-22 13:58:01 -05:00
2023-09-22 13:53:56 -05:00
2023-10-05 14:49:49 -04:00
2023-05-15 21:15:39 -05:00