Click here to Skip to main content
15,916,293 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi
i am working on a lcd display. i want to create menu for this lcd display. so what we should use for this program.
like tree or linklist whatever, and give me exact reason why we should use this.
we have used switch but this is not fit for this program.
thanks ;
Posted
Updated 15-Aug-11 18:41pm
v3
Comments
OriginalGriff 12-Aug-11 3:31am    
Sorry, but you are goingt o have to give us more information than that.
Are we talking a LCD monitor and a windows app?
Or a stand alone LCD connected to USB? Or parallel?
Or what?
Use the "Improve question" widget to edit your question and provide better information.
razzzz87 12-Aug-11 5:37am    
i am talking about crystalfontz lcd display. i want to give option to change all option by this lcd, like IP address , video bitrate, and and more many things ,
Philippe Mori 12-Aug-11 10:10am    
You should improve your question by:
1) Use an usefull title. "Question for..." does not mean anything without reading the content.
2) Mention that you are using crystalfontz LCD display in the original question.
3)Give us a bit more precise information on what you are using (a short code sample might be nice) and why switch does not fit as it will help us to give an answer that fit you.
Maximilien 12-Aug-11 8:50am    
You should check what SDK crystalfontz offers.
Sergey Alexandrovich Kryukov 14-Aug-11 2:38am    
Not enough information.
--SA

You may, for instance, design your menu the same way you would do in a console application (in fact you may test your code on a console application).
You know, usually menus have tree structure, hence it looks the proper data type.
 
Share this answer
 
If you want to design Menu from the scratch

then you would have to use tree. And to build tree you must need linked list. Plan properly. cause building a menu from scratch is lots of work
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900