Skip to main content

Menu List on 20x4 LCD

MENU ON LCD(20x4) USING ARDUINO API




In this project, I had made a menu on 20x4 lcd display using data structure in arduino. you will see how to perform many functions with 4 button(ENTER, NEXT, PREV, BACK) depending on the situation, such as going up the menu and brightening the LCD. Each menu has few submenus and also their sub-child which call various function to perform related task for clear understanding see below pictures.








Followings are the software required to make this project.
1. Proteus for simulation of arduino hex file.
Note:- how to simulate hex file in arduino please see how-to-make-quick pressed led
2.Arduino for coding.

Now Visit the given drive to get all the files.

For any queries comment below.
Thank You




Comments

  1. This comment has been removed by the author.

    ReplyDelete
  2. Thank you ! Excellent content

    ReplyDelete
  3. Hi,
    It sounds really good !!! I will use it for a new project, I will keep you updated if any issue.
    Thanks !

    ReplyDelete
  4. Hey inventor Prince Kanhaiye may I know how to use this code for my use, I am working on Arduino with 29*4 lcd and need to implement menu and submenu list need help.....thanks in advance.

    ReplyDelete
  5. Hey ! little bit late to reply.
    Replace your own menu and submenu name and take the help of pointer to function for calling your submenu items.
    Thanks

    ReplyDelete

Post a Comment

Popular posts from this blog

Best From Waste

“Use it up, wear it out, make it do, or do without” E-Waste The term “electronic waste” or “E-waste” elucidates discarded electronic devices, which are destined for reuse, resale, salvage, recycling or disposal. A general insight into the electronic waste generation cycle will make us realize the fact that this is an alarming problem, which needs to be addressed as soon as possible, on a global scale. This chart shows the exponential growth of electronic waste generation in an under-developed nation, which is expected to reach about 1.8 million tonnes by the year 2025. If this seems alarming to you, then the fact that India alone produced a whopping 1.7 million tonnes of e-waste in the year 2014 alone, may come as a shock to you. Ranking 5 th  on the list, made by UN, of highest e-waste generators, India’s maximum e-waste comprised of household equipment. In terms of per capita waste generation, India’s reports are less alarming (not in top 10 ranks), but...

Quick Pressed Led Animation Module

How to make a quick animated similar to touch led using Arduino ?. I think this is a very good project for the beginners to learn Arduino as well as to design PCB for this project and make it a fully customized Module. Let's get started... Before I proceed to explain these project you require the following thing. Arduino Uno RGB Led(common anode) Resistor 330ohm, 10k ohm Soldering iron Male strip -1 Push Button-1 Proteus and Arduino software 1. INSTALLATION OF SOFTWARE AND SIMULATION 1. Install the latest  proteus  in your PC 2. Add  Arduino library  in Proteus. 3.After installation creates a new  project  and makes the schematic as follows. 4. Install  Arduino  in your pc. 5. Add TimerOne library in Arduino.(Sketch ->Include Library -> Manage Libraries -> 6. Now write the  following code in Arduino  then Compile and generate  hex file . #include <TimerOne....