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:
13:bff2288c2c61
Parent:
12:53601973f7eb
Child:
21:0038059e3a8f
--- a/SlideShow/SlideShow.cpp	Thu Feb 19 14:37:29 2015 +0100
+++ b/SlideShow/SlideShow.cpp	Mon Mar 09 10:40:55 2015 +0100
@@ -1,3 +1,19 @@
+/*
+ *  Copyright 2014 Embedded Artists AB
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+ 
 #include "SlideShow.h"
 #include "Image.h"
 #include "mbed_debug.h"
@@ -797,7 +813,7 @@
  * Public Functions
  *****************************************************************************/
 
-SlideShow::SlideShow(Renderer* r, /*LcdController::Config* screen,*/ const char* pathPrefix, uint8_t* bkg, int xoff, int yoff, int layer, Mutex* fileMutex)
+SlideShow::SlideShow(Renderer* r, const char* pathPrefix, int xoff, int yoff, int layer, Mutex* fileMutex)
 {
     Display* disp = DMBoard::instance().display();
     this->screenWidth = disp->width();