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...

Making Of Vehicle Horn System

Automotive Horn System is a standalone module which is controlled by Microcontroller by generating switching frequencies that can be calibrated.  The following are the preconditions for Horn Operation: Engine ON (System is in HORN State): The system will generate selected duty cycle at PWM pin  where Horn is connected.   Engine OFF: (System is in Calibration State): The switching frequency or Duty cycle can be increased or decreased by 5% through two calibration switches w.r.t default value ie. 30% Increase/Decrease of switching frequency using two switches (GPIO Input):  After powering up the system, the system will start with factory calibrated PWM of 30% duty cycle.  The switching frequency can be increased or decreased using two switches.  Thermal and safety feature: In horn state, system will check the temperature value using analog input to avoid thermal breakdown of Horn system as per below conditions:  If temperature is higher th...