Basic swim GUI for LPC4088

Fork of DMBasicGUI by Embedded Artists

Revision:
15:a68bb30ab95e
Parent:
14:647b1896ed84
Child:
16:feb669462368
--- a/SlideShow/SlideShow.h	Mon Mar 09 10:50:17 2015 +0100
+++ b/SlideShow/SlideShow.h	Mon Mar 09 11:08:43 2015 +0100
@@ -57,7 +57,6 @@
  *
  *    // Create the thread to handle the display
  *    Thread tr(tRender, &r, osPriorityHigh);
- *    r.setRenderThread(&tr);
  *
  *    // Run the slideshow
  *    s.run();