Searched refs:max_width (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | display_max7219.c | 148 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()
|
D | ssd16xx.c | 45 uint16_t max_width; member 931 if (config->width > config->quirks->max_width || in ssd16xx_init() 952 .max_width = 320, 963 .max_width = 250, 974 .max_width = 296, 985 .max_width = 296, 996 .max_width = 200,
|
D | uc81xx.c | 64 uint16_t max_width; member 556 if (config->width > config->quirks->max_width || in uc81xx_init() 656 .max_width = 80, 669 .max_width = 400, 702 .max_width = 800,
|