--- In [email protected], Thomas Hruska <[EMAIL PROTECTED]> wrote:
>
> tayyaba_ch wrote:
> > hello
> >
> > i am developing menu for 20*4 char display ..i have completed
the
> > driver task...now i need good suggestions for menu structure in
c as i
> > am using lpc2368 .
> >
> > i want to design a code
> >
> > 1- no global variables..
> >
> > 20-object based approach.
> >
> > any help will be strongly appreciated
>
> We probably need the following information before any suggestions
will help:
>
> A list of relevant APIs/function calls you have available (e.g.
> IsButtonPressed()) and what each function accepts as parameters
and what
> the function does (if not blatantly obvious).
>
> A list of all the buttons the user can press.
>
> A list of the menus you wish to provide (high-level overview).
>
> --
> Thomas Hruska
> CubicleSoft President
> Ph: 517-803-4197
>
> *NEW* MyTaskFocus 1.1
> Get on task. Stay on task.
>
> http://www.CubicleSoft.com/MyTaskFocus/
Menu have keys(0-9),enter,back,up,down
menu includes
set time
set date
etc
i just need userinterface structure ..i am done with all related to
save and display the parameters...
best regards