PepperDash / Essentials

The Essentials Application Framework Libraries
MIT License
133 stars 77 forks source link

Add TouchpanelBase class and initial implementation #992

Closed andrew-welker closed 2 years ago

andrew-welker commented 2 years ago

In the interest of allowing for customization of touchpanel operation for Essentials systems, a TouchpanelBase class has been added. This class handles the basics of dealing with a touch panel, including event subscriptions, allowing the implementing classes to define how the panel behaves.