From 4b40e8314b015f07618e88b7c5e7c00b55679a82 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Jul 2011 17:18:26 +0000 Subject: Fix a few NXTEXT bugs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3765 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index f21011829..d3306f3a9 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -312,6 +312,12 @@ examples/nxtest defined in include/nuttx/nx.h. This text focuses on text displays on the dispaly background combined with pop-up displays over the text. The text display will continue to update while the pop-up is visible. + + NOTE: This example will *only* work with FB drivers and with LCD + drivers that support reading the contents of the internal LCD memory. + If you notice garbage on the display or a failure at the point where + the display should scroll, it is probably because you have an LCD + driver that is write-only. The following configuration options can be selected: -- cgit v1.2.3