Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/display/src/
Dmain.c28 typedef void (*fill_buffer)(enum corner corner, uint8_t grey, uint8_t *buf,
46 static void fill_buffer_argb8888(enum corner corner, uint8_t grey, uint8_t *buf, in fill_buffer_argb8888() argument
62 color = 0xFF000000u | grey << 16 | grey << 8 | grey; in fill_buffer_argb8888()
71 static void fill_buffer_rgb888(enum corner corner, uint8_t grey, uint8_t *buf, in fill_buffer_rgb888() argument
87 color = grey << 16 | grey << 8 | grey; in fill_buffer_rgb888()
98 static uint16_t get_rgb565_color(enum corner corner, uint8_t grey) in get_rgb565_color() argument
114 grey_5bit = grey & 0x1Fu; in get_rgb565_color()
122 static void fill_buffer_rgb565(enum corner corner, uint8_t grey, uint8_t *buf, in fill_buffer_rgb565() argument
125 uint16_t color = get_rgb565_color(corner, grey); in fill_buffer_rgb565()
133 static void fill_buffer_bgr565(enum corner corner, uint8_t grey, uint8_t *buf, in fill_buffer_bgr565() argument
[all …]
/Zephyr-latest/samples/drivers/display/
DREADME.rst13 in clockwise order, from top left corner: red, green, blue, grey. The shade of
14 grey changes from black through to white. If the grey looks too green or red
22 the green and grey bar will be visible.
24 On monochrome displays, the rectangles (or bars) will all be some shade of grey.
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/
Dindex.rst105 #. Connect the 2-pin jumper cable to the top pins of RXD and TXD (grey wire to RXD, white wire to T…