Skip to content

How to add support for a new tablet #3213

Answered by jamesbt365
Randommist asked this question in Q&A
Discussion options

You must be logged in to vote

There is no documentation for creating configurations at the moment and the the process isn't exactly very streamlined to begin with, however, a configuration already exists for this tablet and its pending release into a new version, see #2927.

You may use this file, but on 0.6.x pen buttons are defined differently. So you need to change the pen button definition to this:

    "Pen": {
      "MaxPressure": 8191,
      "Buttons": {
        "ButtonCount": 2
      }
    },

You should also replace the ReportParser with "OpenTabletDriver.Configurations.Parsers.UCLogic.UCLogicTiltReportParser.

just replace it with the "code" above and place the finished file in in %localappdata%\OpenTabletDrive…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jamesbt365
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants