Searched refs:dat_g (Results 1 – 1 of 1) sorted by relevance
182 uint8_t dat_b,dat_r,dat_g; in RGB_Reflash() local186 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