summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-27 11:39:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-27 11:39:13 -0600
commit87d335b92ab7580fdd0aef729646c8c2131b3ec8 (patch)
tree7b8355985532c77efddb0f085d5e0c580ad599bc /nuttx/ChangeLog
parentbec3b36f727b4bccdf9900097ae8d76fb7faa1ab (diff)
downloadnuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.tar.gz
nuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.tar.bz2
nuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.zip
The SLCD driver is now fully functional for Sure PIC32MX board
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 26c71b541..b2a656731 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4814,3 +4814,6 @@
* 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).
+ * configs/sure-pic32mx/pic32mx_lcd1602.c: This driver appears to
+ fully functional (at least to the extent that it has been tested)
+ (2013-5-27).