summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-24 17:00:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-24 17:00:51 +0000
commit67d6e613acb5129a2ca4a66ddf9cc6577933bc37 (patch)
treeaf72d8bd42567dc63ea75f7361bfc20133f3bbb6 /nuttx/TODO
parentb2273926830dcc8a4369bd41f2941f5ce22b3d3a (diff)
downloadpx4-nuttx-67d6e613acb5129a2ca4a66ddf9cc6577933bc37.tar.gz
px4-nuttx-67d6e613acb5129a2ca4a66ddf9cc6577933bc37.tar.bz2
px4-nuttx-67d6e613acb5129a2ca4a66ddf9cc6577933bc37.zip
Add a test of the circle rendering logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 1c868f9b1..acab46733 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1348,3 +1348,20 @@ o Other Applications & Tests (apps/examples/)
the artifact is larger.
Status: Open
Priority: Medium.
+
+ Description: examples/nxlines. There is an error in the line rendering
+ on the 24th step (270 degrees). At that point, the
+ calculated position is just a bit from being horizontal.
+ Using configuration configs/stm3210e-eval/nxlines, I see:
+
+ sin: ffff0000 cos: ffffffed radius: 76 halfx: -76 halfy: -1
+
+ And the resulting almost horizontal line:
+
+ vector: (44,159)->(196,161)
+
+ is rendered incorrectly every time around. Looks like logic
+ in nxgl_splitlines malfunctioned.
+
+ Status: Open
+ Priority: Medium/High \ No newline at end of file