Searched refs:Set_LEDColor (Results 1 – 2 of 2) sorted by relevance
| /bsp/stm32/stm32f407-rt-spark/board/ports/led_matrix/ |
| A D | drv_matrix_led.c | 250 Set_LEDColor(0, RED); in led_matrix_test1() 252 Set_LEDColor(2, BLUE); in led_matrix_test1() 253 Set_LEDColor(3, RED); in led_matrix_test1() 255 Set_LEDColor(5, BLUE); in led_matrix_test1() 256 Set_LEDColor(6, RED); in led_matrix_test1() 258 Set_LEDColor(8, BLUE); in led_matrix_test1() 268 Set_LEDColor(0, BLUE); in MSH_CMD_EXPORT() 269 Set_LEDColor(1, RED); in MSH_CMD_EXPORT() 272 Set_LEDColor(4, RED); in MSH_CMD_EXPORT() 275 Set_LEDColor(7, RED); in MSH_CMD_EXPORT() [all …]
|
| A D | drv_matrix_led.h | 18 extern void Set_LEDColor(uint16_t LedId, RGBColor_TypeDef Color);
|
Completed in 7 milliseconds