summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-25 13:46:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-25 13:46:43 -0600
commitf7102cb478678502cd7b6a3ff60e27025f52281e (patch)
treeb719c9d1b8ca62563bc67f7d3503fa3cc89599bc /apps
parent3e175c2bca6cad7210541535b21c33f8698adcde (diff)
downloadpx4-nuttx-f7102cb478678502cd7b6a3ff60e27025f52281e.tar.gz
px4-nuttx-f7102cb478678502cd7b6a3ff60e27025f52281e.tar.bz2
px4-nuttx-f7102cb478678502cd7b6a3ff60e27025f52281e.zip
PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl command to get cursor position
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/slcd/slcd_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/slcd/slcd_main.c b/apps/examples/slcd/slcd_main.c
index 1259d0642..0a0a5e0f2 100644
--- a/apps/examples/slcd/slcd_main.c
+++ b/apps/examples/slcd/slcd_main.c
@@ -47,6 +47,7 @@
#include <fcntl.h>
#include <errno.h>
+#include <nuttx/lcd/slcd_ioctl.h>
#include <nuttx/lcd/slcd_codec.h>
/****************************************************************************