circuitpython/ports/espressif/boards/lilygo_twatch_2020_v3
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 Lilygo T-Watch 2020 V3 (ESP32) 2023-03-18 01:17:46 +01:00
mpconfigboard.mk Hopefully finish updating kconfig 2023-09-13 11:40:09 -07:00
pins.c Add Lilygo T-Watch 2020 V3 (ESP32) 2023-03-18 01:17:46 +01:00
sdkconfig Hopefully finish updating kconfig 2023-09-13 11:40:09 -07:00