13#ifndef INC_TOUCHZONES_H_
14#define INC_TOUCHZONES_H_
touchZone_t
The button zones on the printed panel, or TOUCH_ZONE_NONE for a point outside them.
const char * touchZoneName(touchZone_t zone)
Gives a short printable name for a zone.
touchZone_t touchZoneFromPoint(int16_t x, int16_t y)
Classifies a raw touch position into a button zone.