px4-firmware/apps/graphics/tiff
patacongo e1920cbcb3 Add STM32 watchdog configuration
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4617 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-04-16 17:20:36 +00:00
..
Makefile Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
README.txt Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
tiff_addstrip.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
tiff_finalize.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
tiff_initialize.c Add STM32 watchdog configuration 2012-04-16 17:20:36 +00:00
tiff_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
tiff_utils.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00

README.txt

README for the TIFF Creation Library
=====================================

This directory contains a library that can be used to create TIFF image
files.  This file was created for the purpose of supporting screen dumps
from an LCD.  Howeve, the logic is general and could be used for most
any purpose.

The only usage documentation is in the (rather extensive) comments in
the file apps/include/tiff.h

Unit Test
=========

See apps/examples/tiff