This is a code which generates the various zoomed versions of an image stored in an SD card and displays it on a Nokia LCD based on the keys pressed on a capacitive touch pad.

Dependencies:   FatFileSystem mbed

Fork of Lab3 by Martin Sturm

picojpeg/jpegutil.h

Committer:
XkLi
Date:
2011-10-11
Revision:
0:c546b51ecf0b

File content as of revision 0:c546b51ecf0b:

#include "picojpeg.h"
#include "NokiaLCD.h"
#include <vector>

unsigned char pjpeg_need_bytes_callback(unsigned char* pBuf, unsigned char buf_size, unsigned char *pBytes_actually_read, void *pCallback_data);
void ReadJPEGFromFile(const char *filename, NokiaLCD *lcd);