summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-23 18:25:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-23 18:25:02 -0600
commit4ed66f6618f4d13276d3135e9e2bfc6f8b5a2c3e (patch)
treec8bcf09c9e12324b377d62dd8fe9401b2cd3b38e /nuttx/ChangeLog
parent8bff850a667d4a7e4be5fd09d83fbb9e5e8f1f68 (diff)
downloadnuttx-4ed66f6618f4d13276d3135e9e2bfc6f8b5a2c3e.tar.gz
nuttx-4ed66f6618f4d13276d3135e9e2bfc6f8b5a2c3e.tar.bz2
nuttx-4ed66f6618f4d13276d3135e9e2bfc6f8b5a2c3e.zip
Add SLCD ioctl commands
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ba34d1201..0c53a1133 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4782,3 +4782,6 @@
and serialized special SLCD intermixed with normal ASCII data (2013-5-23)
* configs/stm32ldiscovery/src/stm32_lcd.c: STM32L-Discovery's segment LCD
is code complete but completely untested (2013-5-23).
+ * include/nuttx/fs/ioctl.h, include/nuttx/lcd/slcd_codec.h, and
+ configs/stm32ldiscovery/src/stm32_lcd.c: Add SLCD ioctl commands to get
+ SLCD geometry, set bars, and manage contrast (2013-5-23).