A basic graphics package for the LPC4088 Display Module.

Dependents:   lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI lpc4088_displaymodule_fs_aid ... more

Fork of DMBasicGUI by EmbeddedArtists AB

Revision:
15:a68bb30ab95e
Parent:
13:bff2288c2c61
Child:
17:6e2abf107800
--- a/SlideShow/AppSlideShow.cpp	Mon Mar 09 10:50:17 2015 +0100
+++ b/SlideShow/AppSlideShow.cpp	Mon Mar 09 11:08:43 2015 +0100
@@ -119,7 +119,6 @@
     
     // Alternative 1: use the calling thread's context to run in
     Thread tr(tRender, _rend, osPriorityHigh);
-    _rend->setRenderThread(&tr);
     
     // Generate the millisecond ticks for the slideshow
     RtosTimer rtosTimer(ticker, osTimerPeriodic);