Commit Graph

14 Commits

Author SHA1 Message Date
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
phamhuyvn 2d7fa6dd8a
Update pins.c
Fixed Button_R from GPIO6 to GPIO7
Fixed LCD_BACKLIGHT from GPIO29 to GPIO26
2023-05-24 08:44:57 +07:00
rcarteraz a4a4bdfeb0
Update board.c
Change column start from 52 to 53 to fix a line at the top of the display.
2023-05-20 18:33:37 -07:00
Eric Rong 91380f1957
Update to use new display construct. 2023-05-12 22:28:11 -07:00
Eric Rong 49a5518bd3
Attempt to fix build error 2023-05-12 18:19:49 -07:00
Eric Rong 285131a87a
Update typo on pin GP2 2023-05-12 18:04:07 -07:00
Eric Rong 8a3dc92920
Update with the official VID/PID for CircuitPython 2023-05-12 17:45:33 -07:00
Eric Rong ff4a4465af pin definition cleanup 2022-02-15 22:01:35 -08:00
Eric Rong ce350cb353 Try to fix compilation error 2022-02-15 02:23:26 -08:00
Eric Rong ec342dc557 update includes 2022-02-15 02:07:50 -08:00
Eric Rong f2e77aa021 correct pins.c name 2022-02-15 01:43:57 -08:00
Eric Rong 31fe42dba4 clean up the pin.c with only breakout pins 2022-02-14 23:58:15 -08:00
Eric Rong dfa9b688b8 Add new line to end of file 2022-02-14 23:40:44 -08:00
Eric Rong d1b18bb96c Add support for lilygo_t_display_rp2040 board 2022-02-14 23:36:35 -08:00