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
Committer:
1050186
Date:
Mon May 30 04:55:35 2016 +0000
Revision:
4:2318f8bee89c
Parent:
2:c7faef0ef374
First Commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
1050186 0:84e4649e7707 1 #ifndef BINARYIMAGE_RZ_A1H_H
1050186 0:84e4649e7707 2 #define BINARYIMAGE_RZ_A1H_H
1050186 0:84e4649e7707 3
1050186 0:84e4649e7707 4 #ifdef __cplusplus
1050186 0:84e4649e7707 5 extern "C" { /* Start of C Symbol */
1050186 0:84e4649e7707 6 #endif
1050186 0:84e4649e7707 7
1050186 4:2318f8bee89c 8 extern const uint8_t RGA_Sample_BinaryImage[ 0x000085BDuL ];
1050186 0:84e4649e7707 9
1050186 4:2318f8bee89c 10 #define Setting_jpg_File ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00000000 ))
1050186 4:2318f8bee89c 11 #define Start_jpg_File ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00002F70 ))
1050186 4:2318f8bee89c 12 #define red_jpg_File ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00005C00 ))
1050186 4:2318f8bee89c 13 #define blue_jpg_File ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00006670 ))
1050186 4:2318f8bee89c 14 #define yellow_jpg_File ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x000070E0 ))
1050186 4:2318f8bee89c 15 #define green_jpg_File ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00007B50 ))
1050186 0:84e4649e7707 16
1050186 0:84e4649e7707 17 #ifdef __cplusplus
1050186 0:84e4649e7707 18 } /* End of C Symbol */
1050186 0:84e4649e7707 19 #endif
1050186 0:84e4649e7707 20
1050186 0:84e4649e7707 21 #endif /* BINARYIMAGE_RZ_A1H_H */