bool led_matrix_data_arr_t[CONFIG_LED_MATRIX_ROWS][CONFIG_LED_MATRIX_COLUMNS]
An array of booleans used to represent the LED matrix data instead of the uint32_t.
Definition: led_matrix.h:47
const led_matrix_data_arr_t led_matrix_chars[128]
An array of LED matrix booleans (.
Definition: led_matrix_font.c:27