Skip to content
Snippets Groups Projects
Commit 07b0e286 authored by patacongo's avatar patacongo
Browse files

TIFF initialization is complete

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3967 42af7a65-404d-4744-a932-0658087f49c3
parent c374ab8b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
/* Monochrome Formats *******************************************************/
#define FB_FMT_Y1 0 /* BPP=4, monochrome */
#define FB_FMT_Y1 0 /* BPP=1, monochrome */
#define FB_FMT_Y4 1 /* BPP=4, 4-bit uncompressed greyscale */
#define FB_FMT_Y8 2 /* BPP=8, 8-bit uncompressed greyscale */
#define FB_FMT_Y16 3 /* BPP=16, 16-bit uncompressed greyscale */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment