Initial

Dependencies:   TextLCD2

Committer:
reedas
Date:
Tue Jan 14 11:30:06 2020 +0000
Revision:
1:f9ef03b6aab8
Parent:
0:e9613d017b5e
Initial Commit;

Who changed what in which revision?

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