hawku / TabletDriver

GNU General Public License v3.0
1.2k stars 295 forks source link

Slightly buggy with Huion H610 Pro (old version with rechargable pen) #1003

Open HitCoder9768 opened 3 years ago

HitCoder9768 commented 3 years ago

Upon discovering this driver today (haha) I've been testing it out. I attempted to get it to work with my (borrowed) H610 Pro (2048) (I own the even older H610 (in a different location currently) but i believe it to be essentially the same tablet)

The active area was seemingly broken (only using the top left corner which felt super small and cramped).

Upon looking through older issues I found #380 and the solution of running the following commands in the console:

MaxX 40000 MaxY 25000

worked to resolve the issue. I'm posting this here in case you're unaware of this small incompatibility. If you would like me to run any diagnostics let me know. With these commands the driver works seemingly flawlessly.

Hardware/software information

Windows Version: Windows 10 20H2 (19042.804)

Tablet Driver version: 0.2.3

Tablet model: Huion H610 Pro (2048)

HitCoder9768 commented 3 years ago

thanks to #848 my life has been saved. For anyone using the original H610 Pro (which is what I'm currently using due to some circumstances and my original H610 being 100 miles away) I made a very quick config with a little bit of struggle, add this above "osu tablet" section in config/tablet.cfg

#
# Huion H610 Pro with 2048 pressure levels
#
USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
CheckString 5 "HUION"
CheckString 6 "PenTablet"
Name "Huion H610 Pro"
ReportId 0x07
ReportLength 8
DetectMask 0x80
MaxX 40000
MaxY 25000
MaxPressure 2047
Width 254.0
Height 152.4
InitStrings 100 200

I don't really know what I'm doing here but the 2 checkstrings were the only anomalous things I could find.