Home
last modified time | relevance | path

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

/drivers/display/
A Ddisplay_max7219.c148 const uint16_t max_width = MAX7219_SEGMENTS_PER_DIGIT; in max7219_write() local
156 __ASSERT(desc->pitch <= max_width, "Pitch in descriptor is larger than screen size"); in max7219_write()
158 __ASSERT(x + desc->pitch <= max_width, in max7219_write()
167 if ((x + desc->pitch) > max_width || (y + desc->height) > max_height) { in max7219_write()
A Dssd16xx.c45 uint16_t max_width; member
940 if (config->width > config->quirks->max_width || in ssd16xx_init()
961 .max_width = 320,
972 .max_width = 250,
983 .max_width = 296,
994 .max_width = 296,
1005 .max_width = 200,
A Duc81xx.c64 uint16_t max_width; member
559 if (config->width > config->quirks->max_width || in uc81xx_init()
659 .max_width = 80,
672 .max_width = 400,
705 .max_width = 800,

Completed in 20 milliseconds