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-14 00:59:22 -04:00
2023-07-18 10:40:54 -07:00
2023-04-28 11:01:13 -07:00
2023-08-17 11:39:14 -07:00
2023-04-07 09:49:51 -07:00
2023-07-19 11:46:04 -07:00
2023-03-21 16:21:57 -07:00
2021-03-15 19:27:36 +05:30
2020-01-06 21:08:49 +01:00
2023-03-14 12:30:58 -07:00

CircuitPython Port To The NXP i.MX RT10xx Series

This is a port of CircuitPython to the i.MX RT10xx series of chips.