KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
119:d129b798f82f
Parent:
115:c9862fd0c689
Child:
120:be2aaa3adf72
--- a/GraphicsDisplay.cpp	Mon May 16 11:20:07 2016 +0000
+++ b/GraphicsDisplay.cpp	Mon May 16 21:30:35 2016 +0000
@@ -408,6 +408,7 @@
     if (!fh)
         return(file_not_found);
     
+    INFO("RenderJpegFile(%d,%d,%s)", x,y, Name_JPG);
     work = (uint16_t *)malloc(JPEG_WORK_SPACE_SIZE/sizeof(uint16_t));
     if (work) {
         jdec = (JDEC *)malloc(sizeof(JDEC));