Touch on T-Echo to refresh e-ink screen

This commit is contained in:
Erik R Norell
2022-01-07 09:57:29 +03:00
parent b6eb927ad2
commit 17dfb7d152
3 changed files with 54 additions and 0 deletions

View File

@@ -84,6 +84,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BUTTON_PIN_ALT PIN_BUTTON2
#endif
#ifdef PIN_BUTTON_TOUCH
#define BUTTON_PIN_TOUCH PIN_BUTTON_TOUCH
#endif
// FIXME, use variant.h defs for all of this!!! (even on the ESP32 targets)
#elif defined(CubeCell_BoardPlus)