PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl command to get cursor position

This commit is contained in:
Gregory Nutt 2013-05-25 13:46:43 -06:00
parent ccd82fcfad
commit 98908461f6

View File

@ -47,6 +47,7 @@
#include <fcntl.h>
#include <errno.h>
#include <nuttx/lcd/slcd_ioctl.h>
#include <nuttx/lcd/slcd_codec.h>
/****************************************************************************