neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
951 stars 191 forks source link

hide main menu #255

Closed petanque closed 5 years ago

petanque commented 5 years ago

Is it possible to hide the first line containing "main menu" and move the panels up a row?

Joennuh commented 5 years ago

Coincidentally this question has just been answered in the Gitter chat at https://gitter.im/ArduinoMenu/Lobby The answer of @neu-rah was:

For hiding the menu title you can use noTitle instead of noStyle

petanque commented 5 years ago

Thanks, I will ask on Gitter next time I have a question.