buffybox/shared/cursor/cursor.h

16 lines
264 B
C
Raw Permalink Normal View History

2021-09-18 20:47:41 +02:00
/**
* Copyright 2021 Johannes Marbach
* SPDX-License-Identifier: GPL-3.0-or-later
2021-09-18 20:47:41 +02:00
*/
2024-01-12 10:00:05 +01:00
2024-03-30 20:52:01 +01:00
#ifndef BBX_CURSOR_H
#define BBX_CURSOR_H
2021-09-18 20:47:41 +02:00
#include "lvgl/lvgl.h"
/* Image description of the mouse cursor */
2025-04-15 16:17:52 +00:00
extern const lv_image_dsc_t cursor;
2021-09-18 20:47:41 +02:00
2024-03-30 20:52:01 +01:00
#endif /* BBX_CURSOR_H */