summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-25 03:13:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-25 03:13:28 +0000
commitdd1ef395973e4ab66fea26c543856e7c29e794cf (patch)
tree9ef724295feb6465ad892d4334bdc0376f30ace5 /nuttx/ChangeLog
parent67d6e613acb5129a2ca4a66ddf9cc6577933bc37 (diff)
downloadnuttx-dd1ef395973e4ab66fea26c543856e7c29e794cf.tar.gz
nuttx-dd1ef395973e4ab66fea26c543856e7c29e794cf.tar.bz2
nuttx-dd1ef395973e4ab66fea26c543856e7c29e794cf.zip
Fix nxgl_splitline bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3912 42af7a65-404d-4744-a932-0658087f49c3
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 c4350e244..ee0c57f87 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2020,5 +2020,7 @@
Initially check-in is just a crude port of the STM32 SDIO driver.
Much more is needed.
* graphics/, include/nuttx/nx: Add new NX interfaces for drawing
- circles -- both circular outlines and filled circles.
+ circles -- both circular outlines and filled circles.
+ * graphic/nxglib/nxglib_spitline.c: Add a "fudge factor" that eliminates
+ some problems for rendering nearly horizontal, wide lines.