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 
2023-10-24 15:43:34 -07:00
..
2023-08-14 00:59:22 -04:00
2021-12-06 18:36:14 -08:00
2023-04-07 09:49:51 -07:00
2023-10-17 11:43:38 -07:00
2023-10-05 10:59:08 -07:00
2021-12-30 18:32:59 -08:00
2021-12-06 09:54:15 -05:00