Files
buffybox/shared/cursor/cursor.h
Vladimir Stoiakin 8b1ca6e4cf Update LVGL to 9.2.2
2025-04-15 16:17:52 +00:00

16 lines
264 B
C

/**
* Copyright 2021 Johannes Marbach
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef BBX_CURSOR_H
#define BBX_CURSOR_H
#include "lvgl/lvgl.h"
/* Image description of the mouse cursor */
extern const lv_image_dsc_t cursor;
#endif /* BBX_CURSOR_H */