Update buffyboard to lvgl master
This commit is contained in:
parent
f9ce5dd414
commit
5bb73f8001
22 changed files with 1976 additions and 781 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue