Skip to content

dglaude/CircuitPython_udraw_Absolute_Mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircuitPython_udraw_Absolute_Mouse

This is demonstration of custom USB_HID to make a mouse device that send absolute coordinate (as opposed to normal mouse that do relative move). This is working on Windows (and maybe other operating system, not tested yet).

Hardware

  • second hand uDraw Wii GameTablet (it talk I2C and connect like a Nunchuck
  • Adafruit Wii Nunchuck Breakout Adapter - Qwiic / STEMMA QT => https://www.adafruit.com/product/4836
  • Stemma QT cable
  • Feather RP2040 (should work with many board that hav, but avoid M0 as this code need long int)

How to reproduce

Install the following libraries:

Copy the file mouse_abs.py from this repo to the CIRCUITPY drive in /lib/adafruit_hid Copy the files boot.py and code.py on your CIRCUITPY drive

Demo

As seen on Show and Tell on 20/04/2022 : https://www.youtube.com/watch?v=belKMexuOZA&t=1310s

Credit

The uDraw specific part is my piece of code and contribution to CircuitPython_WiiChuck. Everything else has only been possible thanks to:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages