1
0
Fork
You've already forked hanvon-linux
0
(Userspace) LibUSB driver for older Hanvon tablets. Derived from the original kernel module. https://scuti.neocities.org/pages/hanvon-linux
  • C 98.6%
  • CMake 1.4%
Find a file
2021年10月04日 16:56:12 -07:00
.gitignore cmake ( #12 ) 2021年09月26日 20:12:39 -07:00
CMakeLists.txt cmake ( #12 ) 2021年09月26日 20:12:39 -07:00
hanvon-libusb.c scuti/hotplug ( #11 ) 2021年09月28日 20:34:21 -07:00
hanvon.c better handling for gp0504 2015年06月01日 12:10:15 +02:00
LICENSE Added license - GNU GPL V3 2021年10月04日 16:56:12 -07:00
README.md cmake ( #12 ) 2021年09月26日 20:12:39 -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 tilt angle, hover detection, pressure detection, and button input.

Dependencies

cmake pkg-config make libusb-devel libevdev-devel

Building

mkdir build
cd build
cmake ..
make

Usage

sudo ./hvlusb

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

Supported Hardware

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