rpi-rgb-led-matrix/lib
Henner Zeller 816b30d67e o Introduce the concept of a StaticTransformer: this is a transformer
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.
2016-09-04 13:01:32 -07:00
..
hardware o Detect old configuration settings and hint to new way. 2016-08-23 08:53:44 -07:00
.gitignore o Include generated libraries in .gitignore. 2016-07-23 18:22:58 -07:00
bdf-font.cc o minor style issues. 2015-12-01 22:33:15 -08:00
framebuffer-internal.h o Prepare PixelMapper to be shared between frame buffers, 2016-09-04 09:14:01 -07:00
framebuffer.cc o Introduce the concept of a StaticTransformer: this is a transformer 2016-09-04 13:01:32 -07:00
gpio.cc o add TODO. 2016-08-21 20:15:48 -07:00
graphics.cc o minor style issues. 2015-12-01 22:33:15 -08:00
led-matrix-c.cc o Provide an RGBMatrix::Options struct as input for all parameters. 2016-08-20 11:10:32 -07:00
led-matrix.cc o Introduce the concept of a StaticTransformer: this is a transformer 2016-09-04 13:01:32 -07:00
Makefile o Pinout: choose a more specific filename to make sure that it is actually 2016-08-22 08:16:03 -07:00
options-initialize.cc o Separate out flag parsing and creation of matrix into separate 2016-08-23 19:41:00 -07:00
thread.cc o Make it a parameter of Thread::Start() to choose an affinity mask. 2015-10-12 02:17:14 +00:00
transformer.cc o fix RotateTransformer to work with non-square displays. 2016-09-04 12:26:36 -07:00
utf8-internal.h o Add license headers where needed. 2014-09-11 20:03:56 -07:00