This is a demonstration of using the tft display of the Cypress PSoC 6 WiFi-BT Pioneer kit. The demo displays the status of the capsense buttons, slider and user button on the tft display. Makes use of emwin, capsense and PinDetect libraries.

Dependencies:   PinDetect

Committer:
reedas
Date:
Fri Oct 11 12:43:11 2019 +0000
Revision:
1:f8f4e789361f
Parent:
0:4ad2c16b6e43
Version working for Cypress psoc 6 Pioneer kit wifi board with tft display sw2 debounced mechanical switch, capsense buttons and capsense slider.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
reedas 0:4ad2c16b6e43 1 {
reedas 0:4ad2c16b6e43 2 "target_overrides": {
reedas 0:4ad2c16b6e43 3 "*":{
reedas 0:4ad2c16b6e43 4 "target.components_add": ["EMWIN_NOSNTS"],
reedas 0:4ad2c16b6e43 5 "platform.stdio-convert-newlines": true
reedas 0:4ad2c16b6e43 6 }
reedas 0:4ad2c16b6e43 7 }
reedas 0:4ad2c16b6e43 8 }