|
SNAKE_STM32F3
|
ws2812b diode matrix symbols display module. More...


Go to the source code of this file.
Functions | |
| void | ws2812b_matrix_digits (int number, int R, int G, int B) |
| displays two digit numbers on led matrix. | |
| void | ws2812b_matrix_symboles (const bool symbole[MATRIX_DIM][MATRIX_DIM], int R, int G, int B, int x_offset, int y_offset, bool rotated) |
| displays a symbol on led matrix. | |
ws2812b diode matrix symbols display module.
SPDX-License-Identifier: MIT
| void ws2812b_matrix_digits | ( | int | number, |
| int | R, | ||
| int | G, | ||
| int | B ) |
displays two digit numbers on led matrix.
| number | Number to display (0-99) |
| R | R value of color (0-255) |
| G | G value of color (0-255) |
| B | B value of color (0-255) |

| void ws2812b_matrix_symboles | ( | const bool | symbole[MATRIX_DIM][MATRIX_DIM], |
| int | R, | ||
| int | G, | ||
| int | B, | ||
| int | x_offset, | ||
| int | y_offset, | ||
| bool | rotated ) |
displays a symbol on led matrix.
| symbol | Symbol defined as two dimensional matrix of values 0 and 1 (0 - led off, 1 - led on) |
| R | R value of color (0-255) |
| G | G value of color (0-255) |
| B | B value of color (0-255) |