circuitpython/shared-module
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-08-10 20:06:32 -04:00
2021-11-10 10:55:53 -06:00
2022-11-30 19:16:20 -06:00
2023-08-14 00:59:22 -04:00
2023-08-10 20:06:32 -04:00
2019-07-25 06:44:26 -05:00
2023-08-10 20:06:32 -04:00
2022-01-17 16:34:47 -06:00
2021-10-15 08:20:54 -05:00
2023-10-03 15:03:59 -04:00
2023-08-13 19:43:54 -04:00
2023-02-03 17:43:12 -06:00
2023-10-03 15:03:59 -04:00
2023-09-22 13:53:56 -05:00
2023-08-14 00:59:22 -04:00
2022-02-10 17:14:07 -08:00
wip
2023-08-03 23:29:00 -04:00
2023-09-22 13:53:20 -05:00
2023-05-12 14:39:57 -04:00
2023-10-05 14:49:49 -04:00
2023-09-24 15:23:38 +00:00