For Seminar

Dependencies:   GR-PEACH_video GraphicsFramework R_BSP mbed-rtos mbed

Fork of RGA_HelloWorld by Renesas

Files at this revision

API Documentation at this revision

Comitter:
ShinjiYamano
Date:
Thu Sep 08 05:23:27 2016 +0000
Parent:
6:43a00280a595
Commit message:
For Seminar (Rev.2)

Changed in this revision

rga_func.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 43a00280a595 -r b007a4342314 rga_func.cpp
--- a/rga_func.cpp	Thu Sep 08 05:17:02 2016 +0000
+++ b/rga_func.cpp	Thu Sep 08 05:23:27 2016 +0000
@@ -268,7 +268,7 @@
     uint8_t alpha;
 
     /* 回転角度 */
-    const float32_t  angle = (float32_t)(relative_pos * 3.14159 * 2.5);
+    const float32_t  angle = (float32_t)(relative_pos * 3.14159 * 2.0);
 
     /* Clear */
     canvas2d.clearRect(0, 0, frmbuf_info->width, frmbuf_info->height);