Hi,
I am implementing an application showing graphical elements as outputs (lines) and I want to switch at any time (after joysitck action /button press) in menus. My problem is that I can enter and exit menus only before drawing any graphics on the screen. After the first lines are drawn MENU_Set(&inputOptions) is not able to re-launch the menu. This was not happening in a previous test where launching menus was alternated with char/string ouputs trough LCD_DisplayChar and DRAW_DisplayString.
I was wondering if there is any dependency between menus and other graphics functions calls such as DRAW_Line...
Adalberto