TabletDriver Versions Save

v0.2.3

5 years ago

v0.2.3:

  • Fixed "TabletDriverService.exe has stopped working" error when a tablet is not connected.
  • Relative mouse mode can now have different sensitivity on X and Y axis.
  • Added SendInput output mode to GUI

v0.2.2

5 years ago

v0.2.2:

  • XP-Pen G430S configuration by frodriguez96 and riley-badour
  • Huion New 1060 Plus configuration by riley-badour
  • Huion Inspiroy Q11K configuration by octoberU
  • Wacom CTL-690 and CTH-690 configurations moved to tablet.cfg and DetectMask fixed.
  • Few more Wacom tablets can now be used while the official drivers are installed (check tablet.cfg)
  • Tablet button support for Wacom CTH-480, CTL-490, CTL-4100, Huion H430P and H640P.
  • Custom tablet data format configuration (check tablet.cfg for examples)
  • Pen and tablet button mapping to a mouse buttons and keyboard keys.
  • Pen button mapping to scroll.
  • Windows Ink pressure settings and test canvas.
  • Smoothing filter now also smooths out pen pressure.
  • Smoothing can be set to only smooth out when pen buttons are down.
  • Anti-smoothing compensation value is now in milliseconds (check tooltip for example values)
  • Ability start the TabletDriverService.exe without GUI (tools\RunServiceOnly.bat)

v0.2.1

5 years ago

v0.2.1:

  • XP-Pen G640S and VEIKK S640 configurations by FRodriguez96
  • Original XP-Pen, Huion and VEIKK driver processes will now be killed when the TabletDriverGUI starts.
  • Fixed cursor jumping to the corner when driver restarts or tablet disconnects.
  • Removed device list from driver startup. Might help with the problems that the driver restart is causing other USB devices to glitch out.
  • Relative mode position reset is now decided by when the last tablet movement was received (default 100 ms, RelativeResetTime command).
  • Added ability to disable automatic restart.
  • Added command name autocomplete to the console input (tab) and commands tab (control + space).
  • Added gravity filter (GravityFilter command). It's just for fun and testing. Works only when pen buttons are pressed.
  • Added 32-bit VMulti and Huion drivers to the driver zip file.

v0.2

5 years ago

v0.2:

  • Improved the noise reduction filter and added the settings to the GUI.
  • Added an anti-smoothing filter which reduces the input latency on tablets that use hardware smoothing.
  • Wacom CTE-440 support by Poliwrath
  • Wacom PTH-660 support by Implojin
  • XP-PEN Deco 01 v2 support by Itsyuka
  • Modified Huion 420 and H420 tablet area size to match with the 2000 LPI resolution.
  • Updated Huion drivers to the latest version.
  • Moved the filter settings to filters tab in the GUI.
  • Added Measure command. Measures distances between clicked points.
  • Added an ability to "draw" tablet area by clicking two points with the pen.
  • Added "Restart driver" option to the notification icon menu.
  • Added 1000 Hz smoothing filter rate option to the GUI.
  • Added few tablets to wacom.cfg
  • Major code refactoring.

v0.1.5

6 years ago
  • New tablet configurations: Wacom CTL-4100 (USB only model), XP-Pen G540 Pro, XP-Pen Deco 01 and Huion osu!tablet Thanks to /u/THEqrunt for capturing the XP-Pen Deco 01 USB data.
  • Added ResetDistance command, it controls the relative mode position reset distance.
  • Code refactoring.

v0.1.4

6 years ago

v0.1.4:

  • Modified the Wacom CTL-471 full area size (147.20 x 92.25 mm to 152 x 95 mm)
  • New tablet configurations: Wacom PTH-850 and Huion H430P The PTH-850 configuration is made by mojobojo
  • Regenerated the wacom.cfg with new parameters, so it now includes PTH-450/650/850 and PTK-450/650

v0.1.3

6 years ago

v0.1.3:

  • Added left handed mode / tablet invert option.
  • Added Wacom driver device support for the CTL-471 and 472
  • Noise reduction filter improvement (Noise command)

v0.1.2

6 years ago

v0.1.2:

  • Added experimental support for leaving the Wacom drivers installed on the system. Supported tablets: CTL-470, CTL-480, CTH-480, CTL-4100
  • Added disable_wacom_drivers.bat and enable_wacom_drivers.bat to the tools folder. These scripts are used to disable and enable Wacom drivers when using the experimental Wacom driver support.
  • Added driver restart button.

v0.1.1

6 years ago

v0.1.1:

  • Added support for Wacom CTL-4100 (USB and Bluetooth)
  • Added settings import / export to the main menu.
  • Added Wacom backup reader to the Wacom area tool.
  • Added tablet benchmark tools to the console output context menu (Right click).
  • Moved the config.xml to the config folder.
  • Added noise reduction filter (Noise command, not in the GUI)
  • Code refactoring

v0.1.0

6 years ago

v0.1.0:

  • Added Bench / Benchmark command.
  • Added -hide GUI command line parameter. GUI will start as minimized when you run TabletDriverGUI.exe -hide
  • Added an option to run the TabletDriverGUI at Windows startup.