{"id":13781792,"url":"https://github.com/DavidAndrews/Arduino_LCD_Menu","last_synced_at":"2025-05-11T15:32:02.447Z","repository":{"id":3016837,"uuid":"4036196","full_name":"DavidAndrews/Arduino_LCD_Menu","owner":"DavidAndrews","description":"This library creates menu systems primarily useful for 16x2 or 16x4 LCD displays.","archived":false,"fork":false,"pushed_at":"2018-07-10T23:39:12.000Z","size":177,"stargazers_count":100,"open_issues_count":7,"forks_count":48,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-11-17T17:42:35.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavidAndrews.png","metadata":{"files":{"readme":"readme","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-16T00:19:51.000Z","updated_at":"2024-04-30T19:54:05.000Z","dependencies_parsed_at":"2022-09-02T14:01:13.937Z","dependency_job_id":null,"html_url":"https://github.com/DavidAndrews/Arduino_LCD_Menu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAndrews%2FArduino_LCD_Menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAndrews%2FArduino_LCD_Menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAndrews%2FArduino_LCD_Menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAndrews%2FArduino_LCD_Menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidAndrews","download_url":"https://codeload.github.com/DavidAndrews/Arduino_LCD_Menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588613,"owners_count":21932287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:29.397Z","updated_at":"2025-05-11T15:32:02.117Z","avatar_url":"https://github.com/DavidAndrews.png","language":"C++","readme":"Adruino_LCD_MENU README\n\nBy David Andrews - May 6, 2012\n\nLicense: Modified BSD (See complete license at end)\n\nPurpose: To shorten the time to get an Adriuno project running using a menuing system.\n\nGetting Started: Open the Arduino_Menu_LCD.ino sketch in the Arduino IDE.  Upload the sketch.  In the serial window, send the following keys to control the menu:\n\nu - move UP\nd - move DOWN\ns - Select a menu option\nb - move back in the menu tree\n\nThe idea is that you can invoke the menu system when appropriate, and have the Menu code drive all the navigation by piping your hardware inputs into the appropriate call in MenuManager.  When a menu item is selected that has an action associated with it, the menu system calls your callback so you can accomplish whatever the menu item is supposed to do.\n\nThis library builds on top of the Liquid Crystal library for doing LCD output.  On a new system, you should verify that you can create simple outputs using the Liquid Crystal library first, then move to this library to do your menuing.\n\nThe built-in actions right now are:\n\nBack - Add a menu item labled \"Back\" and pass it the MenuEntry_BackCallbackFunc pointer, and you now have a Back menu entry (in case you don't have a hardware back button)\n\nBoolTrue/False - These set a boolean to true or false so you can have off/on functionality easily.  This callback needs some more thinking and work right now to provide user feedback that the option was selected.\n\n\nIn addition, there is a MenuIntHelper class that assists in taking an integer input and setting a value. (See MenuIntHelper.h)\n\n\n/*\n Arduino_LCD_Menu Library\nCopyright Dustin Andrews, David Andrews 2012 \nLicensed under the follwing license:\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the \nfollowing conditions are met:\nRedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. \nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer \nin the documentation and/or other materials provided with the distribution. \nThe name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. \n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, \nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE \nAUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT \nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER \nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) \nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n*/\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDavidAndrews%2FArduino_LCD_Menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDavidAndrews%2FArduino_LCD_Menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDavidAndrews%2FArduino_LCD_Menu/lists"}