Searched refs:max_height (Results 1 – 3 of 3) sorted by relevance
163 const uint16_t max_height = dev_config->num_cascading * MAX7219_DIGITS_PER_DEVICE; in max7219_write() local171 __ASSERT(desc->height <= max_height, "Height in descriptor is larger than screen size"); in max7219_write()174 __ASSERT(y + desc->height <= max_height, in max7219_write()181 if ((x + desc->pitch) > max_width || (y + desc->height) > max_height) { in max7219_write()
46 uint16_t max_height; member969 config->height > config->quirks->max_height) { in ssd16xx_init()993 .max_height = 240,1004 .max_height = 150,1015 .max_height = 160,1026 .max_height = 176,1037 .max_height = 200,
64 uint16_t max_height; member649 config->height > config->quirks->max_height) { in uc81xx_init()681 .max_height = 300,712 .max_height = 600,