LCD Shield sample. 4.3inch.
Dependencies: GR-PEACH_video mbed-rtos mbed
Fork of GR-PEACH_LCD_sample by
Information
Japanese version is available in lower part of this page.
このページの後半に日本語版が用意されています.
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 AUDIO CAMERA Shield".
https://developer.mbed.org/teams/Renesas/wiki/Audio_Camera-shield
このプログラムは、NTSC1AからのNTSC入力をLCDシールドの画面上に表示します。画面をタッチすると、タッチ座標がprintf表示されます。2点まで同時にタッチできます。
GR-PEACH AUDIO CAMERA Shieldを接続すると、CMOSカメラ(MT9V111)の画像を表示することができます。CMOSカメラを使用する場合は、「main.cpp」の以下を変更してください。
main.cpp
#define VIDEO_INPUT_METHOD (VIDEO_CVBS) -> #define VIDEO_INPUT_METHOD (VIDEO_CMOS_CAMERA)
GR-PEACH AUDIO CAMERA Shieldについては下記を参照ください。
https://developer.mbed.org/teams/Renesas/wiki/Audio_Camera-shield
History
Supports IAR.
2016-04-19, by dkato [Tue, 19 Apr 2016 02:42:13 +0000] rev 4
Supports IAR.
Bug fixes, touch panel operation.
2016-04-07, by dkato [Thu, 07 Apr 2016 07:28:19 +0000] rev 3
Bug fixes, touch panel operation.
bug fix
2015-11-06, by dkato [Fri, 06 Nov 2015 10:52:15 +0000] rev 2
bug fix
LCD Shield sample. 4.3inch.
2015-11-06, by dkato [Fri, 06 Nov 2015 09:44:29 +0000] rev 1
LCD Shield sample. 4.3inch.
first commit
2015-10-01, by dkato [Thu, 01 Oct 2015 08:54:48 +0000] rev 0
first commit