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

Committer:
XkLi
Date:
Tue Oct 11 01:24:18 2011 +0000
Revision:
0:c546b51ecf0b
v1.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
XkLi 0:c546b51ecf0b 1 #include "picojpeg.h"
XkLi 0:c546b51ecf0b 2 #include "NokiaLCD.h"
XkLi 0:c546b51ecf0b 3 #include <vector>
XkLi 0:c546b51ecf0b 4
XkLi 0:c546b51ecf0b 5 unsigned char pjpeg_need_bytes_callback(unsigned char* pBuf, unsigned char buf_size, unsigned char *pBytes_actually_read, void *pCallback_data);
XkLi 0:c546b51ecf0b 6 void ReadJPEGFromFile(const char *filename, NokiaLCD *lcd);