Searched refs:tile (Results 1 – 1 of 1) sorted by relevance
43 const uint8_t tile[] = {2, 7}; variable190 led_buffer[(14 + (i * 48))-(j<<1)] = tile[dat_g & 0x01]; in RGB_Reflash()192 led_buffer[(30 + (i * 48))-(j<<1)] = tile[dat_r & 0x01]; in RGB_Reflash()194 led_buffer[(46 + (i * 48))-(j<<1)] = tile[dat_b & 0x01]; in RGB_Reflash()
Completed in 7 milliseconds