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

mbed_app.json

Committer:
reedas
Date:
2019-10-11
Revision:
1:f8f4e789361f
Parent:
0:4ad2c16b6e43

File content as of revision 1:f8f4e789361f:

{
    "target_overrides": {
        "*":{
            "target.components_add": ["EMWIN_NOSNTS"],
            "platform.stdio-convert-newlines": true
        }
    }
}