LedController
2.0.2
A library for the MAX7219 and the MAX7221 Led display drivers.
Veraltete Elemente
Element
sakurajin::LedController< columns, rows >::getSegmentData
(unsigned int column, unsigned int row_num,
sakurajin::ByteBlock
*resultLocation) noexcept
the function with
sakurajin::ByteBlock
as return type should be used.
Element
sakurajin::LedController< columns, rows >::getSegmentData
(unsigned int segmentindex,
sakurajin::ByteBlock
*resultLocation) noexcept
the function with
sakurajin::ByteBlock
as return type should be used.
Element
sakurajin::LedController< columns, rows >::makeColumns
(
sakurajin::ByteBlock
rowArray,
sakurajin::ByteBlock
*columnArray) noexcept
the function with
sakurajin::ByteBlock
as return type should be used.
Element
sakurajin::LedController< columns, rows >::moveDown
(const sakurajin::ByteRow< columns > &shiftedInRow, sakurajin::ByteRow< columns > *shiftedOutRow) noexcept
the function with
sakurajin::ByteRow
as return type should be used.
Element
sakurajin::LedController< columns, rows >::moveDown
(sakurajin::ByteRow< columns > *shiftedOutRow) noexcept
the function with
sakurajin::ByteRow
as return type should be used.
Element
sakurajin::LedController< columns, rows >::moveLeft
(byte shiftedInColumn) noexcept
to be reomoved in version 2.1.0, moveRowLeft should be used
Element
sakurajin::LedController< columns, rows >::moveLeft
(const sakurajin::ByteRow< rows > &shiftedInColumn, sakurajin::ByteRow< rows > *shiftedOutColumn) noexcept
the function with
sakurajin::ByteRow
as return type should be used.
Element
sakurajin::LedController< columns, rows >::moveRight
(byte shiftedInColumn) noexcept
to be reomoved in version 2.1.0, moveRowLeft should be used
Element
sakurajin::LedController< columns, rows >::moveRight
(const sakurajin::ByteRow< rows > &shiftedInColumn, sakurajin::ByteRow< rows > *shiftedOutColumn) noexcept
the function with
sakurajin::ByteRow
as return type should be used.
Element
sakurajin::LedController< columns, rows >::moveUp
(sakurajin::ByteRow< columns > *shiftedOutRow) noexcept
the function with
sakurajin::ByteRow
as return type should be used.
Element
sakurajin::LedController< columns, rows >::moveUp
(const sakurajin::ByteRow< columns > &shiftedInRow, sakurajin::ByteRow< columns > *shiftedOutRow) noexcept
the function with
sakurajin::ByteRow
as return type should be used.
Element
sakurajin::LedController< columns, rows >::reverse
(
sakurajin::ByteBlock
input,
sakurajin::ByteBlock
*reversedInput) noexcept
the function with
sakurajin::ByteBlock
as return type should be used.
Element
sakurajin::LedController< columns, rows >::rotate180
(
sakurajin::ByteBlock
input,
sakurajin::ByteBlock
*rotatedInput) noexcept
the function with
sakurajin::ByteBlock
as return type should be used.
Erzeugt von
1.8.17