blog/_posts/2015-04-11-lcd4884-shield.md

16 lines
733 B
Markdown

---
title: "LCD4884 Shield Library [MENU + BUTTONS]"
date: 2015-04-11
url: lcd4884-shield
layout: post
category: Hacking
---
[![A missing blog post image](/img/blog/lcd4884-shield.jpg)](/img/blog/lcd4884-shield.jpg)
Based on two different libraries, I've written mine, because no one could handles the handling of the screen, the printing of menu and sub-menus, and the buttons.
Available [here](https://gist.github.com/HorlogeSkynet/1df491c2ded935be178c9c6b2a026201) with some explanations, it manages all of that with some basic functions, and may fits easily with your project :wink:
There is also an automatic _Backlight on / off_ execution relying on the activity of the user (a timer is pre-set in the macro declarations).