circuitpython/shared-module
Jeff Epler b1592564b2 displayio: Fix matrixportal crash
An RGBMatrix has no bus and no bus_free method.  It is always possible
to refresh the display.

This was not a problem before, but the fix I suggested (#3449) added
a call to core_bus_free when a FramebufferDisplay was being refreshed.
This was not caught during testing.

This is a band-aid fix and it brings to light a second problem in which
a SharpDisplay + FrameBuffer will not have a 'bus' object, and yet does
operate using a shared SPI bus.  This kind of display will need a
"bus-free" like function to be added, or it can have problems like
#3309.
2020-10-02 15:07:36 -05:00
..
2020-08-10 18:42:05 -04:00
2020-09-11 10:54:46 -05:00
2020-09-03 16:32:12 -07:00
2017-11-02 12:41:50 -07:00
2020-07-06 19:16:25 +01:00
2020-08-21 19:08:25 -05:00
2020-08-19 20:18:17 +08:00
2019-07-24 16:46:31 +07:00
2020-07-06 19:16:25 +01:00