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
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.
- Datasheet of Si1143
http://www.silabs.com/Support%20Documents/TechnicalDocs/Si114x.pdf
About wiring
VDD | 3.3V |
SCL | D15 |
SDA | D14 |
GND | GND |
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:2318f8bee89c | 2016-05-30 | 1050186 | First Commit |
3:841987280a7f | 2016-01-21 | dkato | Add touch operations. |
2:c7faef0ef374 | 2016-01-21 | dkato | Add touch operations. |
1:a07212e32dcb | 2016-01-20 | 1050186 | Modify macro definition |
0:84e4649e7707 | 2016-01-20 | 1050186 | First commit |