From e74af6c45d89859148b79d3d48d918e66ae0e5f3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 7 May 2012 01:40:39 +0000 Subject: Mostly cosmetic, partial fixes for STM3240G-EVAL LCD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4705 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index 06236180c..f11b92b51 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -464,9 +464,16 @@ examples/lcdrw ^^^^^^^^^^^^^^ This example may be used to verify if you can or cannot read data - correct from an LCD interface. At present, this supports only LCDs + correctly from an LCD interface. At present, this supports only LCDs with RGB565 color format. + * CONFIG_EXAMPLES_LDCRW_DEVNO + LCD device number. Default: 0 + * CONFIG_EXAMPLES_LDCRW_XRES + LCD X resolution. Default: 240 + * CONFIG_EXAMPLES_LDCRW_YRES + LCD Y resolution. Default: 320 + examples/mm ^^^^^^^^^^^ -- cgit v1.2.3