Basic swim GUI for LPC4088

Fork of DMBasicGUI by Embedded Artists

Revision:
13:bff2288c2c61
Parent:
11:265884fa7fdd
Child:
14:647b1896ed84
--- a/SlideShow/AppSlideShow.h	Thu Feb 19 14:37:29 2015 +0100
+++ b/SlideShow/AppSlideShow.h	Mon Mar 09 10:40:55 2015 +0100
@@ -31,6 +31,13 @@
 class AppSlideShow : public App {
 public:
 
+    /** Create a new App based on the specified slideshow
+     *
+     * @param scriptFile  path and filename of the script to run
+     * @param pathPrefix  optional path to prepend to all paths in the script file
+     * @param x           optional x coordinate to draw the slideshow at, default is 0
+     * @param y           optional y coordinate to draw the slideshow at, default is 0
+     */
 	AppSlideShow(const char* scriptFile, const char* pathPrefix=NULL, int xoff=0, int yoff=0);
 	virtual ~AppSlideShow();