ropg / M5Core2

M5Core2 Arduino Library
MIT License
7 stars 1 forks source link

TFT_eSPI Resistive Touch API emulation is vague #58

Closed vkichline closed 3 years ago

vkichline commented 3 years ago

In M5Touch.h, the section starting on line 156: == TFT_eSPI Resistive Touch API emulation == ...seems vague to me. I'm not sure what the interface is or where it's implemented. It's named in the docs. Maybe I am getting tired and missed something, but I rarely go "huh?" when reading your docs!

ropg commented 3 years ago

They are new functions in the M5Display class. It does say "While technically not part of this library itself, we added an emulation for the TFT_eSPI touch API to the M5Display object that merely passes informaton on to the M5.Touch object "

Open to better ways of saying this...

vkichline commented 3 years ago

I reread this today, and either you changed it a little or I needed rest. Seems clear enough to me.