From 5e756deef5a447d979792ea96153026bf677319e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 13 May 2015 10:38:54 -0600 Subject: [PATCH] Update README --- configs/samv71-xult/README.txt | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index 869c04ab96..2207bff0aa 100644 --- a/configs/samv71-xult/README.txt +++ b/configs/samv71-xult/README.txt @@ -65,9 +65,11 @@ there are a number of issues, caveats, and unfinished drivers as detailed in the following paragraphs. The BASIC nsh configuration is fully function (as described below under -"Configurations"). There is also a graphics configuratino (mxtxplnd) and -a configuration for network testing (netnsh). There are still open issues -that need to be resolved: +"Configurations"). There is also a graphics configuration (mxtxplnd), a +a configuration for network testing (netnsh), and a graphics demo (nxwm). +There are still open issues that need to be resolved. General problems are +listed below. But see the STATUS section associated with each configuration +for additional issues specific to a particular configuration. 1. HSCMI. CONFIG_MMCSD_MULTIBLOCK_DISABLE=y is set to disable multi-block transfers only because I have not yet had a chance to verify this. The @@ -1574,3 +1576,17 @@ Configuration sub-directories $ cd ~/nuttx-git/nuttx $ make + + STATUS: + 2015-05-13: + The demo functions and produces displays, but there is something wrong + with the LCD configuration: + - The color is wrong; to reddish. This suggests some issue with color + format or pixel width + - Images are positioned correctly on the display, but all half the + horizontal width that they should be, again suggesting some problem + with the pixel with. + - Some images are simply truncated to half the correct size (such as + the touch circles in the calibration screen). + - Other images are horizontally compressed (such as the initial NX + logo on the background).