lcd: move the hd44780 controller bit definitions into a separate header

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-07-09 13:08:37 -06:00
committed by Mihai Tudor Panu
parent 3aaafdcecf
commit 56f7e97536
7 changed files with 91 additions and 47 deletions

View File

@ -28,6 +28,7 @@
#include <string>
#include <unistd.h>
#include "hd44780_bits.h"
#include "lcm1602.h"
using namespace upm;