mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-03-16 22:10:27 +00:00
o Add TODO.
This commit is contained in:
parent
58ca02982e
commit
da0973cea5
1 changed files with 2 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ RGBMatrix::RGBMatrix(GPIO *io, const Options &options)
|
|||
active_ = CreateFrameCanvas();
|
||||
Clear();
|
||||
SetGPIO(io, true);
|
||||
// ApplyStaticTransformer(...); // TODO: add 1:8 multiplex for outdoor panels
|
||||
}
|
||||
|
||||
RGBMatrix::RGBMatrix(GPIO *io, int rows, int chained_displays,
|
||||
|
|
@ -174,6 +175,7 @@ RGBMatrix::RGBMatrix(GPIO *io, int rows, int chained_displays,
|
|||
active_ = CreateFrameCanvas();
|
||||
Clear();
|
||||
SetGPIO(io, true);
|
||||
// ApplyStaticTransformer(...); // TODO: add 1:8 multiplex for outdoor panels
|
||||
}
|
||||
|
||||
RGBMatrix::~RGBMatrix() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue