テスト
Revision 9:4f51598a41e7, committed 2018-12-04
- Comitter:
- kobukai0415
- Date:
- Tue Dec 04 00:31:13 2018 +0000
- Parent:
- 8:19305047debb
- Commit message:
- ???
Changed in this revision
DisplayApp.cpp | Show annotated file Show diff for this revision Revisions of this file |
DisplayApp.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/DisplayApp.cpp Wed Nov 21 02:26:17 2018 +0000 +++ b/DisplayApp.cpp Tue Dec 04 00:31:13 2018 +0000 @@ -1,4 +1,8 @@ - +#include "EasyAttach_CameraAndLCD.h" +#include "JPEG_Converter.h" +#include "dcache-control.h" +#include "DisplayApp.h" +#include "FATFileSystem.h" #include "mbed.h" #include "DisplayApp.h" @@ -85,7 +89,7 @@ } } -DisplayApp::DisplayApp(osPriority tsk_pri, uint32_t stack_size) : +void DisplayApp::DisplayApp(osPriority tsk_pri, uint32_t stack_size) : PcApp(0x1f00, 0x2012, 0x0001, false), displayThread(tsk_pri, stack_size) { displayThread.start(callback(this, &DisplayApp::display_app_process)); }
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DisplayApp.lib Tue Dec 04 00:31:13 2018 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/yagyag/code/DisplayApp_Base/#19305047debb