Move cursor to shared component
This commit is contained in:
parent
537035c474
commit
0d3c1677da
19 changed files with 55 additions and 55 deletions
15
shared/cursor/cursor.h
Normal file
15
shared/cursor/cursor.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* Copyright 2021 Johannes Marbach
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
|
||||
#ifndef UL_CURSOR_H
|
||||
#define UL_CURSOR_H
|
||||
|
||||
#include "lvgl/lvgl.h"
|
||||
|
||||
/* Image description of the mouse cursor */
|
||||
extern const lv_img_dsc_t bb_cursor_img_dsc;
|
||||
|
||||
#endif /* UL_CURSOR_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue