adafruit / Adafruit_Blinka_Displayio

Displayio for Blinka
MIT License
14 stars 20 forks source link

Update any changed APIs now that CircuitPython 9.0.0 has been released #120

Closed makermelissa closed 8 months ago

makermelissa commented 1 year ago

See https://github.com/adafruit/circuitpython/issues?q=milestone%3A9.0.0+label%3Adisplayio+label%3A%22breaks+api%22

Also https://github.com/adafruit/circuitpython/pull/8456

makermelissa commented 8 months ago

Looks like the time is now since CircuitPython 9.0.0 was released yesterday.

makermelissa commented 8 months ago

Initial splitting/code removal is done (in my PR). Still need to test a bus display, epaper display, and i2c display and split display busses into bus_core.

makermelissa commented 8 months ago

I skipped splitting the busses into bus_core for the time being because they are functioning and space isn't as much of a concern on single board computers.