* @param[in] bus Bus interface for communicating with the LCD device * @param[in] width Width of the panel (horizontal, in pixels) * @param[in] height Height of the panel (vertical, in pixels) ...
lv_color_format_t cf = lv_display_get_color_format(display); uint32_t px_size = lv_color_format_get_size(cf); uint32_t drawBufferSize = px_size * LVGL_BUFFER_PIXELS ...