Searched refs:EPD_PANEL_NUMOF_ROWS_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
28 #define EPD_PANEL_NUMOF_ROWS_PER_PAGE 8 macro317 config->height % EPD_PANEL_NUMOF_ROWS_PER_PAGE; in ssd16xx_set_window()341 if ((desc->height % EPD_PANEL_NUMOF_ROWS_PER_PAGE) != 0U) { in ssd16xx_set_window()342 LOG_ERR("Buffer height not multiple of %d", EPD_PANEL_NUMOF_ROWS_PER_PAGE); in ssd16xx_set_window()346 if ((y % EPD_PANEL_NUMOF_ROWS_PER_PAGE) != 0U) { in ssd16xx_set_window()347 LOG_ERR("Y coordinate not multiple of %d", EPD_PANEL_NUMOF_ROWS_PER_PAGE); in ssd16xx_set_window()564 config->height % EPD_PANEL_NUMOF_ROWS_PER_PAGE; in ssd16xx_get_capabilities()617 uint16_t panel_h = config->height / EPD_PANEL_NUMOF_ROWS_PER_PAGE; in ssd16xx_clear_cntlr_mem()626 if (config->height % EPD_PANEL_NUMOF_ROWS_PER_PAGE) { in ssd16xx_clear_cntlr_mem()