buffybox/shared/cursor
2024-03-30 20:52:01 +01:00
..
cursor.c Use bbx prefix for shared code 2024-03-30 20:52:01 +01:00
cursor.h Use bbx prefix for shared code 2024-03-30 20:52:01 +01:00
cursor.png Move cursor to shared component 2024-03-28 13:27:01 +01:00
package-lock.json Use bbx prefix for shared code 2024-03-30 20:52:01 +01:00
package.json Move cursor to shared component 2024-03-28 13:27:01 +01:00
README.md Move cursor to shared component 2024-03-28 13:27:01 +01:00
regenerate.sh Use bbx prefix for shared code 2024-03-30 20:52:01 +01:00

Mouse Cursor

This is the mouse cursor image used in BuffyBox applications. The bitmap is adapted from Ubuntu's Yaru theme suite. Similar to fonts, the cursor image needs to be converted to LVGL-compatible C code before it can be used. Therefore, after any change to cursor.png, run regenerate.sh to recreate cursor.c.