Tomo Yamanaka / Mbed 2 deprecated GR-PEACH_LCD_4_3inch_Save_to_USB

Dependencies:   GR-PEACH_video GraphicsFramework R_BSP USBHost mbed

Files at this revision

API Documentation at this revision

Comitter:
1050186
Date:
Thu Jun 30 02:45:44 2016 +0000
Parent:
0:a8ad8fee330b
Commit message:
Modify main.cpp

Changed in this revision

GR-PEACH_video.lib Show annotated file Show diff for this revision Revisions of this file
GraphicsFramework.lib Show annotated file Show diff for this revision Revisions of this file
R_BSP.lib Show annotated file Show diff for this revision Revisions of this file
USBHost.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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