34 lines
764 B
Markdown
34 lines
764 B
Markdown
|
|
# 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
|