Andrew Reed / Mbed OS CITY1082-i2c_master_wifi_mqtt
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Resource.h Source File

Resource.h

00001 /*********************************************************************
00002 *                SEGGER Microcontroller GmbH                         *
00003 *        Solutions for real time microcontroller applications        *
00004 **********************************************************************
00005 *                                                                    *
00006 *        (c) 1996 - 2018  SEGGER Microcontroller GmbH                *
00007 *                                                                    *
00008 *        Internet: www.segger.com    Support:  support@segger.com    *
00009 *                                                                    *
00010 **********************************************************************
00011 
00012 ** emWin V5.48 - Graphical user interface for embedded applications **
00013 All  Intellectual Property rights  in the Software belongs to  SEGGER.
00014 emWin is protected by  international copyright laws.  Knowledge of the
00015 source code may not be used to write a similar product.  This file may
00016 only be used in accordance with the following terms:
00017 
00018 The software  has been licensed to  Cypress Semiconductor Corporation,
00019 whose registered  office is situated  at 198 Champion Ct. San Jose, CA 
00020 95134 USA  solely for the  purposes of creating  libraries for Cypress
00021 PSoC3 and  PSoC5 processor-based devices,  sublicensed and distributed
00022 under  the  terms  and  conditions  of  the  Cypress  End User License
00023 Agreement.
00024 Full source code is available at: www.segger.com
00025 
00026 We appreciate your understanding and fairness.
00027 ----------------------------------------------------------------------
00028 Licensing information
00029 Licensor:                 SEGGER Microcontroller Systems LLC
00030 Licensed to:              Cypress Semiconductor Corp, 198 Champion Ct., San Jose, CA 95134, USA
00031 Licensed SEGGER software: emWin
00032 License number:           GUI-00319
00033 License model:            Services and License Agreement, signed June 10th, 2009
00034 Licensed platform:        Any Cypress platform (Initial targets are: PSoC3, PSoC5)
00035 ----------------------------------------------------------------------
00036 Support and Update Agreement (SUA)
00037 SUA period:               2009-06-12 - 2022-07-27
00038 Contact to extend SUA:    sales@segger.com
00039 ----------------------------------------------------------------------
00040 File        : Resource.h
00041 Content     : Main resource header file of weather forecast demo
00042 ---------------------------END-OF-HEADER------------------------------
00043 */
00044 
00045 #ifndef RESOURCE_H
00046 #define RESOURCE_H
00047 
00048 //
00049 // Bitmaps
00050 //
00051 extern GUI_CONST_STORAGE GUI_BITMAP bmBkCotton_800x480;
00052 extern GUI_CONST_STORAGE GUI_BITMAP bmBkEco_800x480;
00053 extern GUI_CONST_STORAGE GUI_BITMAP bmBkSilk_800x480;
00054 extern GUI_CONST_STORAGE GUI_BITMAP bmBkSpin_800x480;
00055 extern GUI_CONST_STORAGE GUI_BITMAP bmBkSynthetic_800x480;
00056 extern GUI_CONST_STORAGE GUI_BITMAP bmBkWoll_800x480;
00057 extern GUI_CONST_STORAGE GUI_BITMAP bmBar_776x173;
00058 
00059 //
00060 // Fonts
00061 //
00062 extern GUI_CONST_STORAGE GUI_FONT GUI_Font23SL_AA4;
00063 extern GUI_CONST_STORAGE GUI_FONT GUI_Font27SL_AA4;
00064 extern GUI_CONST_STORAGE GUI_FONT GUI_Font32SL_AA4;
00065 extern GUI_CONST_STORAGE GUI_FONT GUI_Font39SL_AA4;
00066 extern GUI_CONST_STORAGE GUI_FONT GUI_Font60SL_AA4;
00067 
00068 #endif // RESOURCE_H
00069 
00070 /*************************** End of file ****************************/