tasmota / tasmota/docs

Universal Display Driver: Missing parameters for touchscreen driver XPT2046

Open
#1,264 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
187
Forks
752
Avg merge
1d 2h
Merged PRs (30d)
4

Description

In the documentation of the Universal Display Driver the description of the :TS parameter is incomplete.
If I look into the source code I found the following function call: XPT2046_Touch_Init(touch_cs, irqpin, bus - 1);.
Please add the missing parameters to the documentation!
Thank you!

Some additional information: https://github.com/arendst/Tasmota/issues/19130

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Universal Display Driver documentation linked in the issue and inspect the description of the :TS parameter. Compare it with the XPT2046_Touch_Init(touch_cs, irqpin, bus - 1) call and the related issue 19130. The work is done when the documentation describes all parameters used by the touchscreen driver.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.