Use this to play video and display image.
Dependencies: 4DGL-uLCD-SE mbed
Revision 0:f35af796eee5, committed 2015-10-06
- Comitter:
- ldeng31
- Date:
- Tue Oct 06 19:20:52 2015 +0000
- Commit message:
- Use this to play video on the lcd or display image.
Changed in this revision
diff -r 000000000000 -r f35af796eee5 4DGL-uLCD-SE.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/4DGL-uLCD-SE.lib Tue Oct 06 19:20:52 2015 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/4180_1/code/4DGL-uLCD-SE/#e39a44de229a
diff -r 000000000000 -r f35af796eee5 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Tue Oct 06 19:20:52 2015 +0000 @@ -0,0 +1,11 @@ +#include "mbed.h" +#include "uLCD_4DGL.h" + + +uLCD_4DGL myLCD(p9, p10, p11); + +int main() { + myLCD.media_init(); + myLCD.set_sector_address(0x0000, 0x1111); + myLCD.display_video(0,0); +}
diff -r 000000000000 -r f35af796eee5 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Oct 06 19:20:52 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68 \ No newline at end of file