Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/display/
Ddisplay_max7219.c163 const uint16_t max_height = dev_config->num_cascading * MAX7219_DIGITS_PER_DEVICE; in max7219_write() local
171 __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()
Dssd16xx.c46 uint16_t max_height; member
969 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,
Duc81xx.c64 uint16_t max_height; member
649 config->height > config->quirks->max_height) { in uc81xx_init()
681 .max_height = 300,
712 .max_height = 600,