aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-26 23:04:36 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-26 23:04:36 +0000
commit6ea6b7d6b8ac525cf37617d0beda90bc678fbc33 (patch)
tree80f4cfddbe5f204a7c62fe5eb0adcb49484f061f /nuttx/ChangeLog
parent94b6f9e9cc2422da4671332c03b59e95085dbc56 (diff)
downloadpx4-firmware-6ea6b7d6b8ac525cf37617d0beda90bc678fbc33.tar.gz
px4-firmware-6ea6b7d6b8ac525cf37617d0beda90bc678fbc33.tar.bz2
px4-firmware-6ea6b7d6b8ac525cf37617d0beda90bc678fbc33.zip
Add SSD1783 LCD driver for C155 phone
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4981 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.