From fd404ba0f3233764865bb8ad54e8f49e6ccfffcf Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 21 Jul 2011 16:01:03 +0000 Subject: 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 --- apps/examples/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/examples/README.txt') 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. -- cgit v1.2.3