Searched full:bgr (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/dts/bindings/display/ |
D | sitronix,st7735r.yaml | 112 Inverting color format order (RGB->BGR or BGR->RGB)
|
D | sitronix,st7796s.yaml | 111 Inverting color format order (RGB->BGR or BGR->RGB)
|
/Zephyr-latest/dts/bindings/led_strip/ |
D | ti,tlc5971.yaml | 12 The color order of the TLC5971 is BGR. Applications can provide custom mappings
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.sdl | 38 bool "BGR 565"
|
D | display_st7796s.h | 38 #define ST7796S_MADCTL_BGR BIT(3) /* Sets BGR color mode */
|
D | display_st7796s.c | 119 * Hence we report pixel format as RGB when MADCTL setting is BGR in st7796s_get_pixelfmt() 140 * Report pixel format as RGB if MADCTL setting is BGR and vice versa in st7796s_get_pixelfmt() 142 * It is a workaround for supporting buggy modules that display RGB as BGR. in st7796s_get_pixelfmt()
|
D | display_st7735r.c | 261 * is BGR. And also vice versa. in st7735r_get_capabilities() 262 * It is a workaround for supporting buggy modules that display RGB as BGR. in st7735r_get_capabilities()
|
D | display_hx8394.c | 683 /* Set panel to BGR mode, and reverse colors */ in hx8394_init()
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_display_24bit.c | 27 /* LVGL assumes BGR byte ordering, convert to RGB */ in lvgl_flush_cb_24bit()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | gmap.rst | 21 set_role : [ugt | ugg | bgr | bgs]
|
/Zephyr-latest/drivers/led_strip/ |
D | tlc5971.c | 197 * The SPI frame format expects a BGR color order for the global brightness control in tlc5971_fill_data_buffer() 213 * data frame color order (BGR). in tlc5971_fill_data_buffer()
|
D | ws2812_spi.c | 189 * Retrieve the channel to color mapping (e.g. RGB, BGR, GRB, ...) from the
|
D | ws2812_gpio.c | 181 * Retrieve the channel to color mapping (e.g. RGB, BGR, GRB, ...) from the
|
D | ws2812_rpi_pico_pio.c | 125 * Retrieve the channel to color mapping (e.g. RGB, BGR, GRB, ...) from the
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | gmap.c | 169 } else if (strcmp(arg, "bgr") == 0) { in cmd_gmap_set_role() 519 SHELL_CMD_ARG(set_role, NULL, "[ugt | ugg | bgr | bgs]", cmd_gmap_set_role, 2, 3),
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | gmap_server.c | 160 LOG_DBG("Device does not support the BGR role"); in valid_gmap_role()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | display.h | 48 PIXEL_FORMAT_BGR_565 = BIT(5), /**< 16-bit BGR */
|