From 67d6e613acb5129a2ca4a66ddf9cc6577933bc37 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 24 Aug 2011 17:00:51 +0000 Subject: Add a test of the circle rendering logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index b155a3ab2..8bd704ccf 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -424,8 +424,21 @@ examplex/nxlines depends on CONFIG_EXAMPLES_NXLINES_BPP. CONFIG_EXAMPLES_NXLINES_LINEWIDTH - Selects the width of the lines in pixels (default: 16) - CONFIG_EXAMPLES_NXLINES_LINECOLOR -- The color of the lines drawn in the - background window. Default depends on CONFIG_EXAMPLES_NXLINES_BPP. + CONFIG_EXAMPLES_NXLINES_LINECOLOR -- The color of the central lines drawn + in the background window. Default depends on CONFIG_EXAMPLES_NXLINES_BPP + (there really is no meaningful default). + CONFIG_EXAMPLES_NXLINES_BORDERWIDTH -- The width of the circular border + drawn in the background window. (default: 4). + CONFIG_EXAMPLES_NXLINES_BORDERCOLOR -- The color of the circular border + drawn in the background window. Default depends on CONFIG_EXAMPLES_NXLINES_BPP + (there really is no meaningful default). + CONFIG_EXAMPLES_NXLINES_CIRCLECOLOR -- The color of the circular region + filled in the background window. Default depends on CONFIG_EXAMPLES_NXLINES_BPP + (there really is no meaningful default). + CONFIG_EXAMPLES_NXLINES_BORDERCOLOR -- The color of the lines drawn in the + background window. Default depends on CONFIG_EXAMPLES_NXLINES_BPP (there + really is no meaningful default). + CONFIG_EXAMPLES_NXLINES_BPP -- Pixels per pixel to use. Valid options include 2, 4, 8, 16, 24, and 32. Default is 16. CONFIG_EXAMPLES_NXLINES_EXTERNINIT - The driver for the graphics device on -- cgit v1.2.3