Home
last modified time | relevance | path

Searched full:bgr (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/dts/bindings/display/
Dsitronix,st7735r.yaml112 Inverting color format order (RGB->BGR or BGR->RGB)
Dsitronix,st7796s.yaml111 Inverting color format order (RGB->BGR or BGR->RGB)
/Zephyr-latest/dts/bindings/led_strip/
Dti,tlc5971.yaml12 The color order of the TLC5971 is BGR. Applications can provide custom mappings
/Zephyr-latest/drivers/display/
DKconfig.sdl38 bool "BGR 565"
Ddisplay_st7796s.h38 #define ST7796S_MADCTL_BGR BIT(3) /* Sets BGR color mode */
Ddisplay_st7796s.c119 * 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()
Ddisplay_st7735r.c261 * 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()
Ddisplay_hx8394.c683 /* Set panel to BGR mode, and reverse colors */ in hx8394_init()
/Zephyr-latest/modules/lvgl/
Dlvgl_display_24bit.c27 /* LVGL assumes BGR byte ordering, convert to RGB */ in lvgl_flush_cb_24bit()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dgmap.rst21 set_role : [ugt | ugg | bgr | bgs]
/Zephyr-latest/drivers/led_strip/
Dtlc5971.c197 * 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()
Dws2812_spi.c189 * Retrieve the channel to color mapping (e.g. RGB, BGR, GRB, ...) from the
Dws2812_gpio.c181 * Retrieve the channel to color mapping (e.g. RGB, BGR, GRB, ...) from the
Dws2812_rpi_pico_pio.c125 * Retrieve the channel to color mapping (e.g. RGB, BGR, GRB, ...) from the
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dgmap.c169 } 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/
Dgmap_server.c160 LOG_DBG("Device does not support the BGR role"); in valid_gmap_role()
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h48 PIXEL_FORMAT_BGR_565 = BIT(5), /**< 16-bit BGR */