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

@ -26,6 +26,7 @@
#include <unistd.h>
#include "lcd.h"
#include "hd44780_bits.h"
#include "lcd_private.h"
using namespace upm;