Skip to content
Snippets Groups Projects
Commit 0b22346c authored by patacongo's avatar patacongo
Browse files

Mentioned unimplemented directories

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1362 42af7a65-404d-4744-a932-0658087f49c3
parent 3925baf2
No related branches found
No related tags found
No related merge requests found
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment