PSoC 6 pioneer kit multi library code for emwin driven tft display, capsense and mechanical button input.

Dependencies:   PinDetect

Committer:
reedas
Date:
Fri Oct 18 21:14:25 2019 +0000
Revision:
3:1edcda6af8df
Parent:
0:4ad2c16b6e43
Example of using different libraries to build a program. (emwin graphics, Pindetect key debouncing, capsense switch input.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
reedas 0:4ad2c16b6e43 1 /*********************************************************************
reedas 0:4ad2c16b6e43 2 * SEGGER Microcontroller GmbH & Co. KG *
reedas 0:4ad2c16b6e43 3 * Solutions for real time microcontroller applications *
reedas 0:4ad2c16b6e43 4 **********************************************************************
reedas 0:4ad2c16b6e43 5 * *
reedas 0:4ad2c16b6e43 6 * (c) 1996 - 2017 SEGGER Microcontroller GmbH & Co. KG *
reedas 0:4ad2c16b6e43 7 * *
reedas 0:4ad2c16b6e43 8 * Internet: www.segger.com Support: support@segger.com *
reedas 0:4ad2c16b6e43 9 * *
reedas 0:4ad2c16b6e43 10 **********************************************************************
reedas 0:4ad2c16b6e43 11
reedas 0:4ad2c16b6e43 12 ** emWin V5.46 - Graphical user interface for embedded applications **
reedas 0:4ad2c16b6e43 13 All Intellectual Property rights in the Software belongs to SEGGER.
reedas 0:4ad2c16b6e43 14 emWin is protected by international copyright laws. Knowledge of the
reedas 0:4ad2c16b6e43 15 source code may not be used to write a similar product. This file may
reedas 0:4ad2c16b6e43 16 only be used in accordance with the following terms:
reedas 0:4ad2c16b6e43 17
reedas 0:4ad2c16b6e43 18 The software has been licensed to Cypress Semiconductor Corporation,
reedas 0:4ad2c16b6e43 19 whose registered office is situated at 198 Champion Ct. San Jose, CA
reedas 0:4ad2c16b6e43 20 95134 USA solely for the purposes of creating libraries for Cypress
reedas 0:4ad2c16b6e43 21 PSoC3 and PSoC5 processor-based devices, sublicensed and distributed
reedas 0:4ad2c16b6e43 22 under the terms and conditions of the Cypress End User License
reedas 0:4ad2c16b6e43 23 Agreement.
reedas 0:4ad2c16b6e43 24 Full source code is available at: www.segger.com
reedas 0:4ad2c16b6e43 25
reedas 0:4ad2c16b6e43 26 We appreciate your understanding and fairness.
reedas 0:4ad2c16b6e43 27 ----------------------------------------------------------------------
reedas 0:4ad2c16b6e43 28 Licensing information
reedas 0:4ad2c16b6e43 29 Licensor: SEGGER Microcontroller Systems LLC
reedas 0:4ad2c16b6e43 30 Licensed to: Cypress Semiconductor Corp, 198 Champion Ct., San Jose, CA 95134, USA
reedas 0:4ad2c16b6e43 31 Licensed SEGGER software: emWin
reedas 0:4ad2c16b6e43 32 License number: GUI-00319
reedas 0:4ad2c16b6e43 33 License model: Services and License Agreement, signed June 10th, 2009
reedas 0:4ad2c16b6e43 34 Licensed platform: Any Cypress platform (Initial targets are: PSoC3, PSoC5)
reedas 0:4ad2c16b6e43 35 ----------------------------------------------------------------------
reedas 0:4ad2c16b6e43 36 Support and Update Agreement (SUA)
reedas 0:4ad2c16b6e43 37 SUA period: 2009-06-12 - 2022-07-27
reedas 0:4ad2c16b6e43 38 Contact to extend SUA: sales@segger.com
reedas 0:4ad2c16b6e43 39 ----------------------------------------------------------------------
reedas 0:4ad2c16b6e43 40 File : LCDConf.h
reedas 0:4ad2c16b6e43 41 Purpose : Display driver configuration file
reedas 0:4ad2c16b6e43 42 ----------------------------------------------------------------------
reedas 0:4ad2c16b6e43 43 */
reedas 0:4ad2c16b6e43 44
reedas 0:4ad2c16b6e43 45 #ifndef LCDCONF_H
reedas 0:4ad2c16b6e43 46 #define LCDCONF_H
reedas 0:4ad2c16b6e43 47
reedas 0:4ad2c16b6e43 48 #endif /* LCDCONF_H */
reedas 0:4ad2c16b6e43 49
reedas 0:4ad2c16b6e43 50 /*************************** End of file ****************************/
reedas 0:4ad2c16b6e43 51