SolderedElectronics / Inkplate-Arduino-library

Inkplate family Arduino library. The easiest way to add e-paper to your project.
https://inkplate.readthedocs.io/en/latest/arduino.html
GNU Lesser General Public License v3.0
251 stars 78 forks source link

Comment incorrectly states that enclosure doesn't support touchpad #127

Closed urb4nc4rl closed 2 years ago

urb4nc4rl commented 2 years ago

https://github.com/e-radionicacom/Inkplate-Arduino-library/blob/1f8bf43bfc659fe7e11812a363027c1e7da48645/examples/Inkplate10/Advanced_Inkplate_Features/Inkplate_Touchpads/Inkplate_Touchpads.ino#L18

There is a note in the touchpad example files for Inkplate 10 that says:

NOTE: You can not use touch pads when enclosure is fitted on the Inkplate - they are not that sensitive!

However, the official Inkplate news and updates states:

Touch pads working through the 3D printed enclosure

...I haven't tested yet, but I presume the code file is out-of-date and the comment in code needs to be removed?

lanrat commented 2 years ago

The 3D print includes some small blocks that if you cover in foil and put in the touchpad's cavity in the case will allow the touchpads to work through the case.

I agree this should be made more clear.

nitko12 commented 2 years ago

Hi,

I've removed the note from the examples, it works in the case true, but not as reliable as without it, which probably can and should be improved.

Your workaround with the foil is certainly an option :)