summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-09 17:37:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-09 17:37:27 +0000
commit332cf8e16d4b3ade203b6f886c152a25c1972591 (patch)
treefae73dac595abc75e70c233348db88f09a53d45c /nuttx/ChangeLog
parent42a56e78dda5561d301ec2e61a0bac17e7342525 (diff)
downloadnuttx-332cf8e16d4b3ade203b6f886c152a25c1972591.tar.gz
nuttx-332cf8e16d4b3ade203b6f886c152a25c1972591.tar.bz2
nuttx-332cf8e16d4b3ade203b6f886c152a25c1972591.zip
UG-2864AMBAG01 driver is basically functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5325 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 39a4dff56..247704b7a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3585,3 +3585,9 @@
* configs/stm32f4discovery/src/up_ug2864ambag01.c: Board-specific
initialization for UG-2864AMBAG01 OLED connecte to STM32F4Disovery.
* libxx/libxx_stdthrow.cxx: Exception stubs from Petteri Aimonen.
+ * configs/stm32f4discovery/src/up_ug2864ambag01.c: Driver has been
+ verified on the STM32F4Discovery platform. Some tuning of the
+ configuration could improve the presentation. Lower resolution displays
+ are also more subject to the "fat, flat line bug" that I need to fix
+ someday. See http://www.nuttx.org/doku.php?id=wiki:graphics:nxgraphics
+ for a description of the fat, flat line bug.