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
Revision 22:f0d00f29bfeb, committed 2019-11-04
- Comitter:
- embeddedartists
- Date:
- Mon Nov 04 14:31:50 2019 +0000
- Parent:
- 21:0038059e3a8f
- Commit message:
- More updates related to mbed OS 5
Changed in this revision
SlideShow/AppSlideShow.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0038059e3a8f -r f0d00f29bfeb SlideShow/AppSlideShow.cpp --- 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); }