Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/display/
Ddisplay_max7219.c162 const uint16_t max_width = MAX7219_SEGMENTS_PER_DIGIT; in max7219_write() local
170 __ASSERT(desc->pitch <= max_width, "Pitch in descriptor is larger than screen size"); in max7219_write()
172 __ASSERT(x + desc->pitch <= max_width, in max7219_write()
181 if ((x + desc->pitch) > max_width || (y + desc->height) > max_height) { in max7219_write()
Dssd16xx.c44 uint16_t max_width; member
968 if (config->width > config->quirks->max_width || in ssd16xx_init()
992 .max_width = 320,
1003 .max_width = 250,
1014 .max_width = 296,
1025 .max_width = 296,
1036 .max_width = 200,
Duc81xx.c63 uint16_t max_width; member
648 if (config->width > config->quirks->max_width || in uc81xx_init()
680 .max_width = 400,
711 .max_width = 800,