Home
last modified time | relevance | path

Searched refs:dat_g (Results 1 – 1 of 1) sorted by relevance

/bsp/stm32/stm32f407-rt-spark/board/ports/led_matrix/
A Ddrv_matrix_led.c182 uint8_t dat_b,dat_r,dat_g; in RGB_Reflash() local
186 dat_g = RGB_Data[i].G; in RGB_Reflash()
190 led_buffer[(14 + (i * 48))-(j<<1)] = tile[dat_g & 0x01]; in RGB_Reflash()
196 dat_g >>=1; in RGB_Reflash()

Completed in 8 milliseconds