circuitpython/shared-module/_stage
Scott Shawcroft 7089ea4d65
Add address_little_endian for displayio
Add address_little_endian for epaper displays with little endian
(low byte first) addresses.

Also clears allocated display and display bus memory so it has a
known state. The acep member wasn't always set so it varied
accidentally.

Fixes #7560. May fix #7778. Fixes #5119.
2023-04-21 12:19:29 -07:00
..
Layer.c _stage: Fix handling of scaled display in the stage library 2021-10-07 12:58:43 +02:00
Layer.h _stage: Fix handling of scaled display in the stage library 2021-10-07 12:58:43 +02:00
Text.c _stage: Fix handling of scaled display in the stage library 2021-10-07 12:58:43 +02:00
Text.h _stage: Fix handling of scaled display in the stage library 2021-10-07 12:58:43 +02:00
__init__.c Add address_little_endian for displayio 2023-04-21 12:19:29 -07:00
__init__.h Stage: add support for viewport scrolling 2021-10-09 00:05:49 +02:00