summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-27 07:26:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-27 07:26:59 -0600
commitbec3b36f727b4bccdf9900097ae8d76fb7faa1ab (patch)
treed437009bc570af3f132ee68cd68f002b2f76f4a2 /nuttx/ChangeLog
parent168976579a7a81d31112283b23ff9fe7b7d25166 (diff)
downloadnuttx-bec3b36f727b4bccdf9900097ae8d76fb7faa1ab.tar.gz
nuttx-bec3b36f727b4bccdf9900097ae8d76fb7faa1ab.tar.bz2
nuttx-bec3b36f727b4bccdf9900097ae8d76fb7faa1ab.zip
Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes. Add attribute and ioctl commands to get and set SLCD brightness
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a630f65a4..26c71b541 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4811,4 +4811,6 @@
a segment LCD driver for the board. The initial checkin of the
LCD driver is just a clone of configs/pcblogic-pic32mx/src/pic32mx_lcd1602
and it not yet expected to be functional (2013-5-26).
-
+ * include/nuttx/lcd/slcd_ioctl.h and all SLCD drivers: Rename geometry
+ structure to attributes; Move MAX contrast to attributes. Add
+ attribute and ioctl commands to get and set LCD brightness (2013-5-27).