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:
22:f0d00f29bfeb
Parent:
21:0038059e3a8f
--- a/SlideShow/AppSlideShow.cpp	Wed Oct 23 06:59:53 2019 +0000
+++ b/SlideShow/AppSlideShow.cpp	Mon Nov 04 14:31:50 2019 +0000
@@ -100,7 +100,6 @@
     _btnRepeat->loadImages(_resRepeat);
     _btnDone = new ImageButton((COLOR_T*)_fb, _disp->width() - BTN_OFF - _resOk->width(), _disp->height() - BTN_OFF - _resOk->height(), _resOk->width(), _resOk->height());
     _btnDone->loadImages(_resOk);
-    
     return (err == SlideShow::Ok);
 }