Searched refs:max_height (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | display_max7219.c | 149 const uint16_t max_height = dev_config->num_cascading * MAX7219_DIGITS_PER_DEVICE; in max7219_write() local 157 __ASSERT(desc->height <= max_height, "Height in descriptor is larger than screen size"); in max7219_write() 160 __ASSERT(y + desc->height <= max_height, in max7219_write() 167 if ((x + desc->pitch) > max_width || (y + desc->height) > max_height) { in max7219_write()
|
D | ssd16xx.c | 47 uint16_t max_height; member 932 config->height > config->quirks->max_height) { in ssd16xx_init() 953 .max_height = 240, 964 .max_height = 150, 975 .max_height = 160, 986 .max_height = 176, 997 .max_height = 200,
|
D | uc81xx.c | 65 uint16_t max_height; member 557 config->height > config->quirks->max_height) { in uc81xx_init() 657 .max_height = 160, 670 .max_height = 300, 703 .max_height = 600,
|