Image rotation Sample. This program uses GraphicsFramework library and L3GD20 sensor.

Dependencies:   GR-PEACH_video GraphicsFramework L3GD20 R_BSP mbed-rtos mbed

Fork of RGA_HelloWorld by Renesas

About L3GD20

L3GD20 is a 3-axis gyroscope sensor and can be controlled by using theI2C.

About wiring

SensorGR-PEACH
VDD3.3V
SCLD15
SDAD14
SA03.3V
CS3.3V
GNDGND

Images/BinaryImage_RZ_A1H.h

Committer:
1050186
Date:
2016-05-23
Revision:
4:138b18a6ac7b
Parent:
2:c7faef0ef374

File content as of revision 4:138b18a6ac7b:

#ifndef  BINARYIMAGE_RZ_A1H_H
#define  BINARYIMAGE_RZ_A1H_H

#ifdef  __cplusplus
extern "C" {  /* Start of C Symbol */
#endif

extern const uint8_t  RGA_Sample_BinaryImage[ 0x00003902uL ];

#define  Flower_jpg_File                ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00000000 ))

#ifdef  __cplusplus
 }  /* End of C Symbol */ 
#endif

#endif /* BINARYIMAGE_RZ_A1H_H */