Skip to content

Tool to forward keboard/mouse/controller events to RP2040 over UART

License

Notifications You must be signed in to change notification settings

kilograham/sdl_event_forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple tool to forward raw keyboard, mouse or gamepad events to an RP2040 connected via UART. The events are sent via escape sequences, so the program on the RP2040 needs to be expecting them.

Build

mkdir build
cd build
cmake ..
make

Usage:

./sdl_event_forwarder <tty_device>

e.g.

./sdl_event_forwarder /dev/ttyUSB0

This will open a window, whose input is forwarded

About

Tool to forward keboard/mouse/controller events to RP2040 over UART

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published