Skip to main content

DFR0287 LCD Menus

·130 words·1 min
Darren Pruitt
Author
Darren Pruitt

DFR0287 Menus
#

ddpruitt/dfr0287-projects

Projects with DFRobot’s Gravity LCD12864 Shield for Arduino.

C++
0
0
Checkout the code for LCD Menus

The goal is to create various menus for the DFR0287 and use the Joystick to navigate and select the menu options.

Research
#

https://wiki.dfrobot.com/LCD12864_Shield_SKU_DFR0287#target_4 | LCD12864_Shield_SKU_DFR0287-DFRobot

https://github.com/olikraus/u8glib | GitHub - olikraus/u8glib: Arduino Monochrom Graphics Library for LCDs and OLEDs

https://www.hackster.io/LithiumION/simple-lcd-menu-using-arduino-877004 | Simple LCD MENU Using Arduino - Hackster.io

https://github.com/forntoh/LcdMenu/tree/master/src | LcdMenu/src at master · forntoh/LcdMenu · GitHub

https://code.google.com/archive/p/u8glib/wikis/tmenu.wiki | Google Code Archive - Long-term storage for Google Code Project Hosting.

https://code.google.com/archive/p/m2tklib/ | Google Code Archive - Long-term storage for Google Code Project Hosting.

https://github.com/olikraus/m2tklib/blob/master/cpp/M2tk.h | m2tklib/cpp/M2tk.h at master · olikraus/m2tklib · GitHub

https://github.com/forntoh/LcdMenu | forntoh/LcdMenu · GitHub

https://github.com/neu-rah/ArduinoMenu

A Menu System for LCD Modules

GEM (a.k.a. Good Enough Menu)