Skip to content

Commit

Permalink
Added CapacitiveTouch examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed May 15, 2024
1 parent 79c3a85 commit fd32a20
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
13 changes: 12 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
; default_envs = GetBatteryVoltage
; default_envs = PokerS3
; default_envs = PCBClock
default_envs = WIFI_Audio_I2S
; default_envs = WIFI_Audio_I2S
default_envs = CapacitiveTouch

src_dir = examples/${platformio.default_envs}
boards_dir = ./boards
Expand Down Expand Up @@ -240,4 +241,14 @@ lib_ignore =
lvgl
[env:WIFI_Audio_I2S]

[env:CapacitiveTouch]
lib_ignore =
GFX Library for Arduino
arduino-nofrendo
Adafruit MPR121
DabbleESP32
PCF8575 library
PCA95x5
lvgl
TouchLib

0 comments on commit fd32a20

Please sign in to comment.