Searched refs:dat_r (Results 1 – 1 of 1) sorted by relevance
182 uint8_t dat_b,dat_r,dat_g; in RGB_Reflash() local187 dat_r = RGB_Data[i].R; in RGB_Reflash()192 led_buffer[(30 + (i * 48))-(j<<1)] = tile[dat_r & 0x01]; in RGB_Reflash()197 dat_r >>=1; in RGB_Reflash()
Completed in 5 milliseconds