From a4e513bfbe4c06a36fb2ee4d0bc53de015a5fe2e Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 8 Jul 2011 16:36:26 +0000 Subject: Add a test for NX text displays and also a configuration for the STM3210E-EVAL git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3754 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3210e-eval/README.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/stm3210e-eval/README.txt') diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt index 26b7fabcf..7dedd828b 100755 --- a/nuttx/configs/stm3210e-eval/README.txt +++ b/nuttx/configs/stm3210e-eval/README.txt @@ -472,8 +472,19 @@ Where is one of the following: nx: --- - And example using the NuttX graphics system (NX). This example - uses the Nokia 6100 LCD driver. + An example using the NuttX graphics system (NX). This example + focuses on general window controls, movement, mouse and keyboard + input. + + CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows + CONFIG_LCD_PORTRAIT=y : 240x320 + + nxtext: + ------ + Another example using the NuttX graphics system (NX). This + example focuses on placing text on the background while pop-up + windows occur. Text should continue to update normally with + or without the popup windows present. CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows CONFIG_LCD_PORTRAIT=y : 240x320 -- cgit v1.2.3