LCD Shield sample

Dependencies:   GR-PEACH_video mbed-rtos mbed

This program displays the NTSC input from NTSC1A of LCD Shield on the screen. Touch coordinates are displayed on the terminal when you touch the screen. You can touch at the same time up to 2 points.

When you connect the "GR-PEACH AUDIO CAMERA Shield", you can display an image of the CMOS Camera(MT9V111).
If you use CMOS Camera, Please change the below in the “main.cpp”.

main.cpp

#define VIDEO_INPUT_METHOD     (VIDEO_CVBS)
->
#define VIDEO_INPUT_METHOD     (VIDEO_CMOS_CAMERA)


Please refer to following link about "GR-PEACH LCD Shield".
https://developer.mbed.org/teams/Renesas/wiki/LCD-shield

Please refer to following link about "GR-PEACH AUDIO CAMERA Shield".
https://developer.mbed.org/teams/Renesas/wiki/Audio_Camera-shield

GR-PEACH_video.lib

Committer:
dkato
Date:
2016-04-19
Revision:
1:b5ce15bc386d
Parent:
0:47ea8de0be6c

File content as of revision 1:b5ce15bc386d:

http://developer.mbed.org/teams/Renesas/code/GR-PEACH_video/#3149baf7925b