Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: GraphicsDisplay.cpp
- 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));