Update buffyboard to lvgl master

This commit is contained in:
Johannes Marbach 2024-02-19 13:20:20 +00:00
parent f9ce5dd414
commit 5bb73f8001
22 changed files with 1976 additions and 781 deletions

View file

@ -4,12 +4,12 @@
*/
#ifndef BB_CURSOR_H
#define BB_CURSOR_H
#ifndef UL_CURSOR_H
#define UL_CURSOR_H
#include "lvgl/lvgl.h"
/* Image description of the mouse cursor */
extern const lv_img_dsc_t ul_cursor_img_dsc;
#endif /* BB_CURSOR_H */
#endif /* UL_CURSOR_H */