Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c121 uint16_t rgb565_colorbar_value[] = {0x0000, 0x001F, 0xF800, 0xF81F, 0x07E0, 0x07FF, 0xFFE0, 0xFFFF}; variable
136 *pixel = rgb565_colorbar_value[color_idx]; in __fill_buffer_colorbar()