summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 16:01:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 16:01:03 +0000
commitfd404ba0f3233764865bb8ad54e8f49e6ccfffcf (patch)
tree51bba1144ab91daa541ee158520d7234c4c96331 /apps/examples/README.txt
parent649aa85ec19724af13b619de2c56fe55ed0d67ff (diff)
downloadpx4-nuttx-fd404ba0f3233764865bb8ad54e8f49e6ccfffcf.tar.gz
px4-nuttx-fd404ba0f3233764865bb8ad54e8f49e6ccfffcf.tar.bz2
px4-nuttx-fd404ba0f3233764865bb8ad54e8f49e6ccfffcf.zip
Reduce image size; documentation updates; LPC17 typo fixed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3808 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index fb91d914f..f1e19ff85 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -374,6 +374,12 @@ examples/nximage
FAR struct fb_vtable_s *up_nxdrvinit(unsigned int devno);
#endif
+ How was that run-length encoded image produced?
+
+ a. I used GIMP output the image as a .c file.
+ 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.
+
NOTE: As of this writing, not all of the scaling options and combinations
have been tested.