CircuitPython_CursorControl - Initial Release!
This library adds a Cursor
class for generating, displaying, and moving a mouse cursor on a CircuitPython device's display.
Hardware-based control is within a CursorManager
class and adds moving the Cursor
using either a D-Pad (buttons) or a Joystick (analog potentiometers), and "clicking" the mouse.
Read the docs for info on how to use it.