Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
--- /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
--- /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); +}
--- /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