summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.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/ChangeLog.txt
parent7f085e8bf5f5bdf0cc2b8e39123db7bfa9a0742a (diff)
downloadnuttx-b4d61b2271d14e5e73a54eddae16502d30e2825e.tar.gz
nuttx-b4d61b2271d14e5e73a54eddae16502d30e2825e.tar.bz2
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/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 349dbac57..f688f846c 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -144,3 +144,11 @@
example.
* NXWidgets::CNxTkWindow: Back out height adjustment in the getSize()
method. The code was correct as it was before.
+* NXWidgets::CButtonArray and NXWidgets::CGraphicsPort: 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.
+ 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. Thenthe background color
+ in the font is wrong. Fixed in CButtonArrary, but the problem
+ probably exists in other places as well.