summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-08 21:45:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-08 21:45:46 -0600
commit4495dfb36135744a6f903e32ac2215b1f3ab0452 (patch)
tree29dd68997222cae7922fa0e563e87bb0cf0b2071 /apps
parent1a90bb00a7075444cfd5ad2022a844d51752d192 (diff)
downloadpx4-nuttx-4495dfb36135744a6f903e32ac2215b1f3ab0452.tar.gz
px4-nuttx-4495dfb36135744a6f903e32ac2215b1f3ab0452.tar.bz2
px4-nuttx-4495dfb36135744a6f903e32ac2215b1f3ab0452.zip
Fix typo is STM32 ADC driver for F2 and F4: ADC not ACD
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 24afaf699..b41e2f4c2 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -995,8 +995,12 @@ examples/nximage
b. I added som C logic to palette-ize the RGB image in the GIMP .c file
c. Then I add some simple run-length encoding to palette-ized image.
+ But now there is a tool that can be found in the NxWidgets package at
+ NxWidgets/tools/bitmap_converter.py that can be used to convert any
+ graphics format to the NuttX RLE format.
+
NOTE: As of this writing, most of the pixel depth, scaling options, and
- combinations thereof have not been tested.
+ combinations thereof have not been tested.
examplex/nxlines
^^^^^^^^^^^^^^^^