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 02:32:07 2016 +0000
Parent:
115:c9862fd0c689
Child:
117:6710b8e196f0
Commit message:
add instrumentation

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:05:37 2016 +0000
+++ b/GraphicsDisplayJPEG.cpp	Mon May 16 02:32:07 2016 +0000
@@ -769,7 +769,7 @@
     uint16_t i, dc;
     uint16_t d;
     uint8_t *dp;
-
+    INFO("restart(%p,%d)", jd, rstn);
 
     /* Discard padding bits and get two bytes from the input stream */
     dp = jd->dptr; dc = jd->dctr;