Hello,
Is it possible to see mouse pointer when run LVGL application in frame buffer? How to achieve that? Currently I can click buttons with touchscreen, but I would like to play with mouse.
Hello,
Is it possible to see mouse pointer when run LVGL application in frame buffer? How to achieve that? Currently I can click buttons with touchscreen, but I would like to play with mouse.
Of course! You just need to use the same code as the PC simulator:
Here’s mouse_cursor_icon.c
.