circuitpython/ports/atmel-samd/boards/hallowing_m0_express
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
..
board.c Split displayio hardware support from core 2023-10-24 15:43:34 -07:00
mpconfigboard.h Remove MICROPY_PORT_* macros used for never reset 2021-07-15 16:20:04 -07:00
mpconfigboard.mk enable bus device on hallowing M0 2023-02-27 18:44:08 +01:00
pins.c add board.STEMMA_I2C alias to some boards 2022-02-02 01:18:46 +01:00