mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-15 02:23:12 +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. |
||
|---|---|---|
| .. | ||
| canvas.h | ||
| gpio.h | ||
| graphics.h | ||
| led-matrix-c.h | ||
| led-matrix.h | ||
| thread.h | ||
| threaded-canvas-manipulator.h | ||
| transformer.h | ||