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

Revision:
1:6048138606a0
Parent:
0:c546b51ecf0b
--- a/picojpeg/jpegutil.h	Tue Oct 11 01:24:18 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#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);
\ No newline at end of file