Skip to content

Commit

Permalink
tweak for CST816S
Browse files Browse the repository at this point in the history
  • Loading branch information
lovyan03 committed Sep 27, 2023
1 parent 0859526 commit 3608914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/HowToUse/2_user_setting/2_user_setting.ino
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class LGFX : public lgfx::LGFX_Device
lgfx::Light_PWM _light_instance;

// タッチスクリーンの型にあったインスタンスを用意します。(必要なければ削除)
//lgfx::Touch_CST816S _touch_instance;
lgfx::Touch_FT5x06 _touch_instance; // FT5206, FT5306, FT5406, FT6206, FT6236, FT6336, FT6436
//lgfx::Touch_GSL1680E_800x480 _touch_instance; // GSL_1680E, 1688E, 2681B, 2682B
//lgfx::Touch_GSL1680F_800x480 _touch_instance;
Expand Down
1 change: 1 addition & 0 deletions src/lgfx_user/LGFX_ESP32_sample.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class LGFX : public lgfx::LGFX_Device
lgfx::Light_PWM _light_instance;

// タッチスクリーンの型にあったインスタンスを用意します。(必要なければ削除)
//lgfx::Touch_CST816S _touch_instance;
lgfx::Touch_FT5x06 _touch_instance; // FT5206, FT5306, FT5406, FT6206, FT6236, FT6336, FT6436
//lgfx::Touch_GSL1680E_800x480 _touch_instance; // GSL_1680E, 1688E, 2681B, 2682B
//lgfx::Touch_GSL1680F_800x480 _touch_instance;
Expand Down

0 comments on commit 3608914

Please sign in to comment.