circuitpython/shared-module/_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
..
__init__.c Fix transactions in _stage after displayio changes 2019-09-04 16:41:58 +02:00
__init__.h Add support for scaling to _stage 2019-08-02 22:55:55 +02:00
Layer.c _stage: use 16 bit for coordinates to support larger screens 2018-03-11 12:07:23 +01:00
Layer.h _stage: use 16 bit for coordinates to support larger screens 2018-03-11 12:07:23 +01:00
Text.c _stage: use 16 bit for coordinates to support larger screens 2018-03-11 12:07:23 +01:00
Text.h _stage: use 16 bit for coordinates to support larger screens 2018-03-11 12:07:23 +01:00