LCD LIB

Dependents:   HagridOS5

Fork of RA8875 by David Smart

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Mon May 16 10:58:12 2016 +0000
Parent:
116:43e5bd2d7302
Child:
118:34eb0b64fc61
Commit message:
Add JDEC memory dump

Changed in this revision

GraphicsDisplayJPEG.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GraphicsDisplayJPEG.cpp	Mon May 16 02:32:07 2016 +0000
+++ b/GraphicsDisplayJPEG.cpp	Mon May 16 10:58:12 2016 +0000
@@ -240,7 +240,8 @@
     uint8_t d, *pb, *pd;
     uint16_t hc, *ph;
 
-
+    INFO("create_huffman_tbl(%p,%p,%d)", jd, data, ndata);
+    HexDump("JDEC", (uint8_t *)jd, sizeof(JDEC));
     while (ndata) { /* Process all tables in the segment */
         if (ndata < 17) return JDR_FMT1;    /* Err: wrong data size */
         ndata -= 17;