ci: Update build job to v4.4

This commit is contained in:
Tomas Rezucha 2022-04-11 10:31:01 +02:00
parent ef108457c7
commit 9fd1634a08
2 changed files with 8 additions and 5 deletions

View file

@ -241,6 +241,7 @@ size_t lvgl_get_display_buffer_size(void)
#else /* LVGL v8 */
/* ToDo: Implement display buffer size calculation with configuration values from the display driver */
disp_buffer_size = 320*40; // Reasonable for start
#endif
return disp_buffer_size;