Searched refs:max_width (Results 1 – 3 of 3) sorted by relevance
162 const uint16_t max_width = MAX7219_SEGMENTS_PER_DIGIT; in max7219_write() local170 __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()
44 uint16_t max_width; member968 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,
63 uint16_t max_width; member648 if (config->width > config->quirks->max_width || in uc81xx_init()680 .max_width = 400,711 .max_width = 800,