summaryrefslogtreecommitdiff
path: root/NxWidgets/TODO.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-22 23:49:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-22 23:49:15 +0000
commitb4d61b2271d14e5e73a54eddae16502d30e2825e (patch)
treee40c5e9ad9a10e28f4a28ff6fbbddaaeec8441a9 /NxWidgets/TODO.txt
parent7f085e8bf5f5bdf0cc2b8e39123db7bfa9a0742a (diff)
downloadpx4-nuttx-b4d61b2271d14e5e73a54eddae16502d30e2825e.tar.gz
px4-nuttx-b4d61b2271d14e5e73a54eddae16502d30e2825e.tar.bz2
px4-nuttx-b4d61b2271d14e5e73a54eddae16502d30e2825e.zip
Hack for font background when we cannot read from the LCD; Candidate fix for ILI9325 LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4763 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/TODO.txt')
-rw-r--r--NxWidgets/TODO.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/NxWidgets/TODO.txt b/NxWidgets/TODO.txt
index edd203210..ebf136798 100644
--- a/NxWidgets/TODO.txt
+++ b/NxWidgets/TODO.txt
@@ -127,3 +127,18 @@ o Platform specific issues
The fixed version is available in SVN but won't be in a released
version until NuttX-6.198 is released.
Priorioty: Low, but really annoying.
+
+ Title: BUGS WHEN CANNOT READ FROM LCD
+ Description: There is a kludge in there to handle the case where we cannot
+ read the background data because the LCD does not support read
+ operations. You cannot read from the STM3240G-EVAL LCD right
+ now (it might be possible, but I have not figured out how yet).
+
+ In that case, we just use the default background color. However,
+ that doesn't work either for the case where the background color
+ changes when the widget is selected. Then the background color
+ in the font is wrong. There is a hack in in CButtonArrary that
+ fixed this problem, but the problem certainly exists in other
+ places as well and begs for a better solution.
+ Status: Open
+ Priority: Medium-Low