mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-23 14:15:49 +00:00
that is applied at the beginning and permanently modifies the internal pixel mapping without the need for function calls at runtime. o This fixes the confusing case that a FrameCanvas does not by default get the features of a CanvasTransformer. o The old transformer interface is kept for backwards compatibility. (we might think of having that simplified with a callback function or something). o The new function call is ApplyStaticTransformer(); the old methods SetTransformer() and transformer() are still supported but clearly marked deprecated. o This is in preparation to provide different multiplexing (for outdoor panels) and have an easier way to provide a transformer in Python. |
||
|---|---|---|
| .. | ||
| hardware | ||
| .gitignore | ||
| bdf-font.cc | ||
| framebuffer-internal.h | ||
| framebuffer.cc | ||
| gpio.cc | ||
| graphics.cc | ||
| led-matrix-c.cc | ||
| led-matrix.cc | ||
| Makefile | ||
| options-initialize.cc | ||
| thread.cc | ||
| transformer.cc | ||
| utf8-internal.h | ||