summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.