igors48 / timers

DIY LILYGO T-Watch 2020 V3 based project
1 stars 0 forks source link

consider Renderable and EventListener interfaces #121

Open igors48 opened 2 years ago

igors48 commented 2 years ago

component.hpp

void (*onTouch)(Component *component, signed short x, signed short y, unsigned long tickCount); // todo consider interface EventListener 
void (*render)(Component *component, bool forced, TftApi *tftApi);  // todo consider interface Renderable