2021-08-12 09:07:53 +05:30
# Hanvon Tablet Drivers
2021-08-30 04:49:04 +05:30
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.
2021-08-12 09:07:53 +05:30
2021-09-27 08:42:39 +05:30
## Dependencies
cmake pkg-config make libusb-devel libevdev-devel
2021-08-12 09:07:53 +05:30
## Building
2021-09-27 08:42:39 +05:30
mkdir build
cd build
cmake ..
2021-08-12 09:07:53 +05:30
make
## Usage
2021-09-27 08:42:39 +05:30
sudo ./hvlusb
2021-08-12 09:07:53 +05:30
Run the output executable from a terminal with sudo (preferrably in the background).
## Supported Hardware
2021-09-27 08:42:39 +05:30
All tablets supported by the original driver should work, but only GP0504 has been tested.
2021-08-12 09:07:53 +05:30
2021-08-30 04:49:04 +05:30
The original driver supported the following models:
2021-08-12 09:07:53 +05:30
2021-08-30 04:49:04 +05:30
ArtMaster: AM3M, AM0605, AM0806, AM1107, AM1209
2021-08-12 09:07:53 +05:30
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