From 0b22346cace34ab8ee408804aeba0200bc8d011b Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 30 Nov 2008 20:05:47 +0000 Subject: [PATCH] Mentioned unimplemented directories git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1362 42af7a65-404d-4744-a932-0658087f49c3 --- graphics/README.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/graphics/README.txt b/graphics/README.txt index 40752d07efc..2215ea4d23b 100644 --- a/graphics/README.txt +++ b/graphics/README.txt @@ -1,6 +1,9 @@ README ^^^^^^ +This directory contains tiny graphics support for NuttX. The contents of this directory +are only build if CONFIG_NXGRAPHICS is defined in the NuttX configuration file. + Roadmap ^^^^^^^ @@ -21,6 +24,14 @@ at the present, but here is the longer term roadmap: NXGLIB - Low level graphics utilities and direct framebuffer rendering logic. NX is build on NXGLIB. +Related Header Files +^^^^^^^^^^^^^^^^^^^^ + +include/nuttx/nxglib.h -- Describes the NXGLIB C interfaces +include/nuttx/nx.h -- Describes the NX C interfaces +include/nutt/nxtk.h -- Will describe the NXTOOLKIT C interfaces +include/nuttx/nxwidgets.h -- Will describe the NXWIDGETS classes + Directories: ^^^^^^^^^^^^ @@ -52,3 +63,9 @@ graphics/nxsu queue to serialize window operations from many threads. The multi-user front-end is selected when CONFIG_NX_MULTIUSER is defined in the NuttX configuration file. +graphics/nxtoolkit + This is where the NXTOOLKIT implementation will reside. + +graphics/nxwidgets + This is where the NXWIDGETS implementation will reside. +