jonblack / arduino-menusystem

Arduino library for implementing a menu system
MIT License
194 stars 85 forks source link

FEATURE: adding has_focus method to NumericMenuItem #81

Closed willie68 closed 5 years ago

willie68 commented 5 years ago

Because i like to have different renderings if a NumericMenuItem has focus or not, i added this method to use in the renderer.

willie68 commented 5 years ago

Arrrhhh, just found this in MenuComponent...