Touch panel sample for GR-PEACH LCD Shield.

Dependencies:   GR-PEACH_video LCD_shield_config TouchKey_LCD_shield mbed-rtos mbed

Homepage

What is this ?

Information on a touch panel is shown to a screen. The touch location of the blue and the 2nd point becomes pink in the 1st touch location in case of a multi-touch.
While touching the screen, a white square in the upper left corner of the screen will be displayed.
Touch information is being output in printf. When doing terminal designation, please set 921600 as a baud rate.

LCD shield can be changed by changing the following macro.

LCD_shield_config.h

/**** User Selection *********/
#define LCD_TYPE                            (0)  // 0: 4.3inch  1:7.1inch
/*****************************/


Composition

GR-PEACH, GR-PEACH 4.3 inch LCD Shield or GR-PEACH 7.1 inch LCD Shield.


概要

タッチパネルの情報を画面に表示します。マルチタッチの場合は1点目のタッチ位置は青、2点目のタッチ位置はピンクになります。
画面がタッチされている間、画面左上に白い四角が表示されます。
printfでもタッチ情報を出力しています。ターミナル表示を行う際は、ボーレートに921600を設定してください。

下記のマクロを変更することで、LCD shieldの切り替えができます。

LCD_shield_config.h

/**** User Selection *********/
#define LCD_TYPE                            (0)  // 0: 4.3inch  1:7.1inch
/*****************************/


構成

GR-PEACH、GR-PEACH 4.3 inch LCD Shield または GR-PEACH 7.1 inch LCD Shield


All wikipages