circuitpython/shared-bindings/_stage
Radomir Dopieralski 5f6228b6f0 Fix transactions in _stage after displayio changes
Also, move the rendering setup code to shared-module from
shared-bindings.

In CP 5.0, displayio_display_core_set_region_to_update now starts
its own transaction, so it has to be moved outside of the transaction
started by the render call.
2019-09-04 16:41:58 +02:00
..
Layer.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
Layer.h Add a _stage module (#398) 2017-11-07 10:05:25 -08:00
Text.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
Text.h Add a _stage module (#398) 2017-11-07 10:05:25 -08:00
__init__.c Fix transactions in _stage after displayio changes 2019-09-04 16:41:58 +02:00
__init__.h Add a _stage module (#398) 2017-11-07 10:05:25 -08:00