Menu:ui_page2 as standard first page?
Hello,
is there a simple way, that the second standard page is always shown up as first page?
I tried to switch names in uimenu.h between ui_page1 and ui_page2, but then the text of page2 as shown on the background of page1 (column and row lines are still visible)
Thanks!
is there a simple way, that the second standard page is always shown up as first page?
I tried to switch names in uimenu.h between ui_page1 and ui_page2, but then the text of page2 as shown on the background of page1 (column and row lines are still visible)
Thanks!
Comments
can you please give me a tip where the initalization the startpage is done?
(I am not fit in C++, so I do not really understand the menu-code)
Thanks
menuPos[0] = 0;
which is menu to show on startup. Set it to 1.
(my try&error method took hours without result ...)
Thanks again!