OpenTabletDriver icon indicating copy to clipboard operation
OpenTabletDriver copied to clipboard

Add support for Parblo A640

Open jamesbt365 opened this issue 1 year ago • 2 comments

Fixes #3128.

This tablet doesn't have a listing anymore because Parblo pulled it presumably because they don't want to support this tablet either.

verification: https://canary.discord.com/channels/615607687467761684/1185199717743865908/1190311364191858848 diagnostic: https://canary.discord.com/channels/615607687467761684/1185199717743865908/1190270418188243014 strings: https://canary.discord.com/channels/615607687467761684/1185199717743865908/1190291812502478879

A lot of things to note here.

  • The lpi is weird, the user had to measured the active area of the tablet and this is as accurate we are getting.
  • Tablet buttons do not work due to usage of the basic TabletReportParser. The tablet also doesn't change anything on the report, but this may change if we init on string 123, but there is no point doing this as the parser doesn't support it anyway, so not really worth trying at this time.
  • Throwing init on string 100 or ArAE causes the tablet to revert to 7999 limits on both x and y axis.
  • This tablet is otherwise cursed so I'm not sure anything can really be improved with this configuration.

Unrelated things to note:

  • Why is the A640 V2 configuration using a wrong size? Calculating the size with the lpi and coordinates leads to a value much closer to the actual tablet size measured by this user, and what the parblo support page says.

jamesbt365 avatar Dec 29 '23 15:12 jamesbt365

How did i fuck this up when i force pushed wtf

jamesbt365 avatar Dec 31 '23 19:12 jamesbt365

Okay fixed this time.

jamesbt365 avatar Dec 31 '23 20:12 jamesbt365