circuitpython/ports/atmel-samd/boards/pewpew_m4
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 Add a flag for removing the Blinka logo from the REPL 2022-03-05 15:38:59 +01:00
mpconfigboard.mk Disable synthio on two boards where it doesn't fit 2023-04-25 12:05:54 -05:00
pins.c change board dicts to include a common macro with __name__ 2021-09-03 21:03:55 +02:00