(Userspace) LibUSB driver for older Hanvon tablets. Derived from the original kernel module.
Go to file
2021-08-11 20:37:53 -07:00
.gitignore Prototyping, dig into libusb to figure out asnyc data handling 2020-08-17 18:06:07 -07:00
hanvon-libusb.c scuti/cleanup (#7) general cleanup of code and docs 2021-08-11 20:37:53 -07:00
hanvon.c better handling for gp0504 2015-06-01 12:10:15 +02:00
Makefile scuti/cleanup (#7) general cleanup of code and docs 2021-08-11 20:37:53 -07:00
README.md scuti/cleanup (#7) general cleanup of code and docs 2021-08-11 20:37:53 -07:00

Hanvon Tablet Drivers

Userspace driver for Hanvon pen tablets adapted from the original Linux kernel driver. Supports tablet features such as pen coordinates, x and y tilts, proximity and pressure detection.

Building

make

Usage

sudo hvlusb

Run the output executable from a terminal with sudo (preferrably in the background).

Supported Hardware

Currently, only GP0504 is tested and supported.

The original series of supported hardware:

Artmaster I: 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