|
SNAKE_STM32F3
|
Implementation of ws2812b diode matrix symbols display module. More...
#include "ws2812b_matrix.h"
Functions | |
| void | ws2812b_matrix_symboles (const uint8_t symbole[8][8], int R, int G, int B, int x_offset, int y_offset, bool rotated) |
| void | ws2812b_matrix_digits (int number, int R, int G, int B) |
| displays two digit numbers on led matrix. | |
Variables | |
| const uint8_t | M0 [8][8] |
| const uint8_t | M1 [8][8] |
| const uint8_t | M2 [8][8] |
| const uint8_t | M3 [8][8] |
| const uint8_t | M4 [8][8] |
| const uint8_t | M5 [8][8] |
| const uint8_t | M6 [8][8] |
| const uint8_t | M7 [8][8] |
| const uint8_t | M8 [8][8] |
| const uint8_t | M9 [8][8] |
| const uint8_t(*[10] | digits )[8] |
Implementation of 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 uint8_t | symbole[8][8], |
| int | R, | ||
| int | G, | ||
| int | B, | ||
| int | x_offset, | ||
| int | y_offset, | ||
| bool | rotated ) |

| const uint8_t M0[8][8] |
| const uint8_t M1[8][8] |
| const uint8_t M2[8][8] |
| const uint8_t M3[8][8] |
| const uint8_t M4[8][8] |
| const uint8_t M5[8][8] |
| const uint8_t M6[8][8] |
| const uint8_t M7[8][8] |
| const uint8_t M8[8][8] |
| const uint8_t M9[8][8] |