circuitpython/shared-module/framebufferio
Scott Shawcroft 952bea23f8
Run background tasks during display refresh
This allows audio buffers to be filled during display refresh.
Howevere, this only works during explicit refreshes though because
background tasks cannot be recursive.

Also, on RP2, disable a finished audio DMA so it isn't accidentally
triggered and restart the channels if needed.
2025-04-21 14:31:11 -07:00
..
__init__.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
__init__.h add #pragma once to all CircuitPython header files without any include guards 2024-05-19 20:38:07 -04:00
FramebufferDisplay.c Run background tasks during display refresh 2025-04-21 14:31:11 -07:00
FramebufferDisplay.h guard2once -s ... 2024-05-19 20:40:44 -04:00