Userspace pen tablet driver for older Hanvon tablet models.
- a4adfa9f0e Added license - GNU GPL V3 | пре 3 година | |
---|---|---|
.gitignore | пре 3 година | |
CMakeLists.txt | пре 3 година | |
LICENSE | пре 3 година | |
README.md | пре 3 година | |
hanvon-libusb.c | пре 3 година | |
hanvon.c | пре 9 година |
Userspace driver for Hanvon pen tablets adapted from the original Linux kernel driver. Supports tablet features such as pen coordinates, x and y tilt angle, hover detection, pressure detection, and button input.
cmake pkg-config make libusb-devel libevdev-devel
mkdir build
cd build
cmake ..
make
sudo ./hvlusb
Run the output executable from a terminal with sudo (preferrably in the background).
All tablets supported by the original driver should work, but only GP0504 has been tested.
The original driver supported the following models:
ArtMaster: AM3M, AM0605, AM0806, AM1107, AM1209
Rollick: RL0604, RL0504
GraphicPal: GP0504, GP0605, GP0605+, GP0806, GP0906
Nilox: NXS1315
Art Painter Pro: APPIV0906
upstream repository: https://git.teknik.io/scuti/hanvon-linux
forked from: https://github.com/ondrah/hanvon