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