File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The GUI minimizes to system tray / notification area. You can reopen the GUI by
1212
1313## Download
1414
15- ### http://hwk.fi/TabletDriver/TabletDriverV0.1.3 .zip
15+ ### http://hwk.fi/TabletDriver/TabletDriverV0.1.4 .zip
1616
1717#
1818
@@ -39,6 +39,7 @@ The GUI minimizes to system tray / notification area. You can reopen the GUI by
3939
4040### Configured, but not properly tested:
4141 - Huion H420
42+ - Huion H430P
4243 - Wacom CTL-4100 USB
4344 - Wacom CTL-4100 Bluetooth
4445 - Wacom CTH-470
@@ -49,6 +50,7 @@ The GUI minimizes to system tray / notification area. You can reopen the GUI by
4950 - Wacom CTH-680
5051 - Wacom CTH-490
5152 - Wacom PTH-451
53+ - Wacom PTH-850
5254
5355#
5456
@@ -90,6 +92,12 @@ If you want to compile the code and don't want to install anything from the Tabl
9092#
9193
9294## Changelog
95+ > ** v0.1.4:**
96+ > - Modified the Wacom CTL-471 full area size (147.20 x 92.25 mm to 152 x 95 mm)
97+ > - New tablet configurations: Wacom PTH-850 and Huion H430P
98+ > The PTH-850 configuration is made by [ mojobojo] ( https://github.com/mojobojo )
99+ > - Regenerated the wacom.cfg with new parameters, so it now includes PTH-450/650/850 and PTK-450/650
100+
93101> ** v0.1.3:**
94102> - Added left handed mode / tablet invert option.
95103> - Added Wacom driver device support for the CTL-471 and 472
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public partial class MainWindow : Window
2424 {
2525
2626 // Version
27- public string Version = "0.1.3 " ;
27+ public string Version = "0.1.4 " ;
2828
2929 // Console stuff
3030 private List < string > commandHistory ;
You can’t perform that action at this time.
0 commit comments