Skip to content

CircuitPython_CursorControl - Initial Release!

Compare
Choose a tag to compare
@brentru brentru released this 26 Jun 19:14
4f1f480

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.