qinit / pico-jiggler

Simulate periodic mouse movements using a Raspberry Pi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse Jiggler for Raspberry Pi Pico

Forked from argilo@github This program turns the Raspberry Pi Pico into a simulated mouse that periodically moves a small amount. This can be used to prevent screensavers from triggering.

Building from source

Follow the instructions in Getting started with Raspberry Pi Pico to install the Raspberry Pi Pico SDK. Then run the following:

mkdir build
cd build
cmake ..
make

About

Simulate periodic mouse movements using a Raspberry Pi Pico


Languages

Language:C 79.9%Language:CMake 20.1%