summaryrefslogtreecommitdiff
path: root/nuttx/graphics/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-05 00:42:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-05 00:42:37 +0000
commite9f7d917fbaec9357932a1f6ced8609c779c28e7 (patch)
tree7d4dcbd69e6818d5994e86c83ad69d22785b6359 /nuttx/graphics/README.txt
parent7c99a11c0ea500f64221b3ea63eae96ff0e4a03b (diff)
downloadpx4-nuttx-e9f7d917fbaec9357932a1f6ced8609c779c28e7.tar.gz
px4-nuttx-e9f7d917fbaec9357932a1f6ced8609c779c28e7.tar.bz2
px4-nuttx-e9f7d917fbaec9357932a1f6ced8609c779c28e7.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1417 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/README.txt')
-rw-r--r--nuttx/graphics/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/graphics/README.txt b/nuttx/graphics/README.txt
index 48775342c..07efa722d 100644
--- a/nuttx/graphics/README.txt
+++ b/nuttx/graphics/README.txt
@@ -18,6 +18,7 @@ at the present, but here is the longer term roadmap:
NXTOOLKIT - A set of C graphics tools that provide higher-level window drawing
operations. The toolkit can be used for window-oriented graphics
without NXWIDGETS and is built on top of NX.
+ NXFONTS - A set of C graphics tools for present (bitmap) font images.
NX - The tiny NuttX windowing system. This includes both a small-footprint,
single user implementaton (NXSU as described below) and a somewhat
larger multi-user implentation (NXMU as described below). Both
@@ -33,6 +34,7 @@ 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 -- Describe the NXTOOLKIT C interfaces
+include/nutt/nxfont.h -- Describe sthe NXFONT C interfaces
include/nuttx/nxwidgets.h -- Will describe the NXWIDGETS classes (no longer planned)
Directories:
@@ -66,7 +68,11 @@ 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
+graphics/nxfonts
+ This is where the NXFONTS implementation resides. This is a relatively low-
+ level set of charset set/glyph management APIs. See include/nuttx/nxfonts.h
+
+graphics/nxtk
This is where the NXTOOLKIT implementation resides. This toolkit is built on
top of NX and works with either the single-user or multi-user NX version. See
include/nuttx/nxtk.h