summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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 /nuttx/ChangeLog
parent3e175c2bca6cad7210541535b21c33f8698adcde (diff)
downloadnuttx-f7102cb478678502cd7b6a3ff60e27025f52281e.tar.gz
nuttx-f7102cb478678502cd7b6a3ff60e27025f52281e.tar.bz2
nuttx-f7102cb478678502cd7b6a3ff60e27025f52281e.zip
PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl command to get cursor position
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e7b251d02..6d7f6ae50 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4797,3 +4797,9 @@
kconfig-frontends tool (2013-5-25).
* configs/pcblogic-pic32mx/src: Renamed files using pic32mx_ vs up_
prefix. Enable building of LCD1602 LCD (2013-5-25).
+ * configs/pcblogic-pic32mx/src/pic32mx_lcd1602.c: Now uses SLCD CODEC
+ (2013-5-25)
+ * configs/stm32ldiscovery/src/stm32_lcd.c: Now supports ioctl to get
+ cursor position (2013-5-25).
+ * include/nuttx/lcd/slcd_ioctl.h: Moved ioctls commands and structures
+ from slcd_codec.h (2013-5-25)