LIGHT ON/OFF testing for WLEDs
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void led_matrix_init(void *args);
|
||||
uint32_t led_matrix_get_size();
|
||||
void led_matrix_set_pixel(uint32_t index, uint8_t red, uint8_t green, uint8_t blue);
|
||||
|
Reference in New Issue
Block a user