summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-26 23:04:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-26 23:04:36 +0000
commit14cfaf0623701b5b34b0da62bf7b55fd8cfaa7d2 (patch)
tree80f4cfddbe5f204a7c62fe5eb0adcb49484f061f /nuttx/ChangeLog
parent29323cbf2b66769395ea9f5eb6413cf8dfb490b2 (diff)
downloadnuttx-14cfaf0623701b5b34b0da62bf7b55fd8cfaa7d2.tar.gz
nuttx-14cfaf0623701b5b34b0da62bf7b55fd8cfaa7d2.tar.bz2
nuttx-14cfaf0623701b5b34b0da62bf7b55fd8cfaa7d2.zip
Add SSD1783 LCD driver for C155 phone
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4981 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9cf29983f..8a8c60ec9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3074,5 +3074,7 @@
for the PGA117 on the Mirtoo module.
* drivers/analog/pga11x.c and include/nuttx/analog/pga11x.h: These belong in
the analog subdirectories, not input.
-
-
+ * configs/compal_e99/src/ssd1783.c and /ssd1783.h: Drivers for the SSD1783
+ LCD found in the Motorola C155 telephone. The driver is specific to the C155
+ because it uses the uwire transport. Contributed by Denis Carilki and
+ Alan Carvalho de Assis.