https://github.com/kr4fty/menupcd8544
Simple menus for the LCD4884 shield so you can configure and manage your mobile projects on the run. Requires the PCD8544 library (display handling) and the AnalogKeyPad library (key input for menu navigation) mentioned above.
https://github.com/kr4fty/menupcd8544
Last synced: 5 months ago
JSON representation
Simple menus for the LCD4884 shield so you can configure and manage your mobile projects on the run. Requires the PCD8544 library (display handling) and the AnalogKeyPad library (key input for menu navigation) mentioned above.
- Host: GitHub
- URL: https://github.com/kr4fty/menupcd8544
- Owner: kr4fty
- Created: 2017-03-02T22:34:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T01:45:39.000Z (about 9 years ago)
- Last Synced: 2024-12-28T16:16:13.654Z (over 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fork of the library made by oryshed (oryshed dot gmail dot com)
**Original**: [http://www.oryshed.com/arduino/lcd-48x84-shield](http://www.oryshed.com/arduino/lcd-48x84-shield)
Requires the [PCD8544 library](https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library) (display handling) and the [AnalogKeyPad library](https://github.com/kr4fty/AnalogKeyPad) (key input for menu navigation) mentioned above (optional).
Advantages: the [Adafruit](https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library) library is used.
Disadvantage: setStatus() and clearStatus() are not available. But they can be implemented externally, as for example in this sketch:
[PID-temperature-control](https://github.com/kr4fty/PID-temperature-control), see [menu.cpp](https://github.com/kr4fty/PID-temperature-control/blob/master/menu.cpp).