Header Text & Some Other Doubt #74
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
1.
MenuItem mainMenu[] = {ItemHeader(),
MenuItem("Start service"),
MenuItem("Connect to WiFi"),
MenuItem("Settings"),
MenuItem("Blink SOS"),
MenuItem("Blink random"),
ItemFooter()};
In this the first Line of ItemHeader(), can we make the provision of passing a String or Char Arrary to it where it will display the header on top of the Menu and if null the menu will start from 1st row like the way it is happening now?
Any help will be highly appreciated.
Regards,
Srijit
Beta Was this translation helpful? Give feedback.
All reactions