Ok just hooked up my Wacom:
Pen = 1, lower button on pen = 3, upper = 5
Eraser = 9, button closest to pen = 11, and button closest to eraser = 13
Type: Posts; User: mjs513
Ok just hooked up my Wacom:
Pen = 1, lower button on pen = 3, upper = 5
Eraser = 9, button closest to pen = 11, and button closest to eraser = 13
On my on Wacom tablet I was able to differentiate between the eraser and pen side by the button values, I am saying the button values since the buttons on the pen also change depending on if you are...
@KurtE
Not sure what pressed and touched means very confusing. Would prefer to rename the side controls to something like Frame_buttons, Frame_wheel etx. Frame seems standard nomenclature for...
Good morning @KurtE @PaulStoffregen and all
We did some more cleaning up of the Wacom Lib to add support for the Huion H640P and the H64 tablets. @KurtE converted the getDescription string stuff...
Good morning @KurtE @PaulStoffregen and all
After experimenting with the code yesterday found that if we send a control packet to get say the "Internal Manufacture" and add a delay (i used a...
@KurtE and other interested parties.
Was doing some digging with how the Digimend Tablet driver works for linux. @KurtE found that:
/*
* Read string descriptor containing pen input...
The one I have is relatively inexpensive, its 40 now but amazon has a 15% discount: https://www.amazon.com/dp/B075T6MTJX?psc=1&ref=ppx_yo2ov_dt_b_product_details
@KurtE
It appears I may have found out what the issue with the Huion tablets which is based on UC-logic chipsets. In rummaging around the Digimend Linux drivers for the tablets (supports all kinds...
The Salae HLA you developed is really neat and you know I am going to have to give it a try soon except getting access to the pins might be a challenge - maybe. :)
Anyway back to what I am seeing....
Continuation from post #2
@KurtE's deviceInfo sketch shows the following using a T3.6 since on a T4.1 it fails to get past the builtin hub:
USB HID Device Info Program
This Sketch shows...
As I have been spending a lot of time on Huion H640P pen tablet I am finding out about all sorts of things associated with HID devices etc - and some of it is more confusing. :)
For instance with...
Recently there has been a flurry of activity on improving the support for Pen Tablets/Digitizers:
1. USB host Teensy 4.1. with Wacom Intuos5
and
2. USBHost not identify Device PID/VID but...