Image scroll Sample. This program uses GraphicsFramework library and Si1143 sensor.

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

Fork of RGA_HelloWorld by Renesas

About Si1143

Si1143 is a gesture sensor and can be controlled by using the I2C.
This can be detected from the shortest 1cm up to 200cm.
Si1143 emits three infrared LED that is mounted on a substrate, and detects the movement by measuring the reflected light from the external object.

About wiring

VDD3.3V
SCLD15
SDAD14
GNDGND

Images/BinaryImage_RZ_A1H.h

Committer:
1050186
Date:
2016-05-30
Revision:
4:2318f8bee89c
Parent:
2:c7faef0ef374

File content as of revision 4:2318f8bee89c:

#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[ 0x000085BDuL ];

#define  Setting_jpg_File               ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00000000 ))
#define  Start_jpg_File                 ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00002F70 ))
#define  red_jpg_File                   ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00005C00 ))
#define  blue_jpg_File                  ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00006670 ))
#define  yellow_jpg_File                ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x000070E0 ))
#define  green_jpg_File                 ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00007B50 ))

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

#endif /* BINARYIMAGE_RZ_A1H_H */