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: GR-PEACH_video GraphicsFramework R_BSP USBHost mbed
Revision 1:edcd6dd3a6f5, committed 2016-06-30
- Comitter:
- 1050186
- Date:
- Thu Jun 30 02:45:44 2016 +0000
- Parent:
- 0:a8ad8fee330b
- Commit message:
- Modify main.cpp
Changed in this revision
--- a/GR-PEACH_video.lib Mon Apr 18 06:52:31 2016 +0000 +++ b/GR-PEACH_video.lib Thu Jun 30 02:45:44 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Renesas/code/GR-PEACH_video/#3149baf7925b +http://developer.mbed.org/teams/Renesas/code/GR-PEACH_video/#e0e475089616
--- a/GraphicsFramework.lib Mon Apr 18 06:52:31 2016 +0000 +++ b/GraphicsFramework.lib Thu Jun 30 02:45:44 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Renesas/code/GraphicsFramework/#9a05caaee29a +http://developer.mbed.org/teams/Renesas/code/GraphicsFramework/#5a1c5bffebce
--- a/R_BSP.lib Mon Apr 18 06:52:31 2016 +0000 +++ b/R_BSP.lib Thu Jun 30 02:45:44 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Renesas/code/R_BSP/#37222d6ece56 +http://developer.mbed.org/teams/Renesas/code/R_BSP/#fb9eda52224e
--- a/USBHost.lib Mon Apr 18 06:52:31 2016 +0000 +++ b/USBHost.lib Thu Jun 30 02:45:44 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/mbed_official/code/USBHost/#028508fd50fa +http://developer.mbed.org/users/mbed_official/code/USBHost/#f72ccc6892ee
--- a/main.cpp Mon Apr 18 06:52:31 2016 +0000 +++ b/main.cpp Thu Jun 30 02:45:44 2016 +0000 @@ -387,8 +387,16 @@ DisplayBase::GRAPHICS_LAYER_0, (void *)write_buff_addr, VIDEO_BUFFER_STRIDE, +#if VIDEO_INPUT_FORMAT == VIDEO_YCBCR422 DisplayBase::GRAPHICS_FORMAT_YCBCR422, DisplayBase::WR_RD_WRSWA_NON, +#elif VIDEO_INPUT_FORMAT == VIDEO_RGB565 + DisplayBase::GRAPHICS_FORMAT_RGB565, + DisplayBase::WR_RD_WRSWA_32_16BIT, +#else + DisplayBase::GRAPHICS_FORMAT_RGB888, + DisplayBase::WR_RD_WRSWA_32BIT, +#endif &rect ); Display.Graphics_Start(DisplayBase::GRAPHICS_LAYER_0);
--- a/mbed.bld Mon Apr 18 06:52:31 2016 +0000 +++ b/mbed.bld Thu Jun 30 02:45:44 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/082adc85693f \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34 \ No newline at end of file