summaryrefslogtreecommitdiff
path: root/shared-module/_stage
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-09-28modified _stage/__init__.c call to set region to updateMark Roberts
2020-01-30circuitpython-stage: allow choosing background colorRadomir Dopieralski
2019-09-04Fix transactions in _stage after displayio changesRadomir Dopieralski
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-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-22Rework refresh API and factor common display stuff outScott Shawcroft
NOT TESTED! Just compiles Fixes #1691
2019-08-02Add support for scaling to _stageRadomir Dopieralski
On high-resolution displays we can use 2x2 or even 3x3 pixels.
2019-04-12Use displayio.Display directlyRadomir Dopieralski
2018-03-11_stage: use 16 bit for coordinates to support larger screensRadomir Dopieralski
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert