• 大小: 16.86MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-07-08
  • 语言: 其他
  • 标签: EMWin  

资源简介

EMWin 5.36 带demo资源

资源截图

代码片段和文件信息

/*********************************************************************
*                SEGGER Microcontroller GmbH & Co. KG                *
*        Solutions for real time microcontroller applications        *
**********************************************************************
*                                                                    *
*        (c) 1996 - 2016  SEGGER Microcontroller GmbH & Co. KG       *
*                                                                    *
*        Internet: www.segger.com    Support:  support@segger.com    *
*                                                                    *
**********************************************************************

** emWin V5.36 - Graphical user interface for embedded applications **
emWin is protected by international copyright laws.   Knowledge of the
source code may not be used to write a similar product.  This file may
only  be used  in accordance  with  a license  and should  not be  re-
distributed in any way. We appreciate your understanding and fairness.
----------------------------------------------------------------------
File        : GUIDEMO.c
Purpose     : Several GUIDEMO routines
----------------------------------------------------------------------
*/

#include “GUIDEMO.h“

//
// Recommended memory to run the sample with adequate performance
//
#define RECOMMENDED_MEMORY (1024L * 2200)

/*********************************************************************
*
*       Dialog resources
*
**********************************************************************
*/
#if GUI_WINSUPPORT

static const GUI_WIDGET_CREATE_INFO _aframeWinControl[] = {
  { frameWIN_CreateIndirect “Control“    0               0  0  CONTROL_SIZE_X CONTROL_SIZE_Y 0          0 }
  { BUTTON_CreateIndirect   “Halt“       GUI_ID_HALT     3  20 BUTTON_SIZE_X  BUTTON_SIZE_Y  0          0 }
  { BUTTON_CreateIndirect   “Next“       GUI_ID_NEXT     41 20 BUTTON_SIZE_X  BUTTON_SIZE_Y  0          0 }
  { PROGBAR_CreateIndirect  0            GUI_ID_PROGBAR0 3  4  PROGBAR_SIZE_X PROGBAR_SIZE_Y WM_CF_HIDE 0 }
  { TEXT_CreateIndirect     0            GUI_ID_TEXT0    2  2  TEXT_SIZE_X    TEXT_SIZE_Y    0          0 }
};

static const GUI_WIDGET_CREATE_INFO _aframeWinInfo[] = {
  { frameWIN_CreateIndirect “emWin Demo“ 0               0  0  0              0              0          0 }
  { TEXT_CreateIndirect     ““           GUI_ID_TEXT1    5  3  0              0              0          0 }
};

#endif

/*********************************************************************
*
*       Static variables
*
**********************************************************************
*/
static   GUIDEMO_CONFIG _GUIDemoConfig;
#if GUI_WINSUPPORT
  static WM_HWIN _hDialogControl;
  static WM_HWIN _hDialogInfo;
  static int     _iDemoMinor;
#endif

#if GUI_SUPPORT_MEMDEV
  static int     _P

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-08-31 16:22  Application\
     文件       32853  2016-08-31 15:26  Application\GUIDEMO.c
     文件       10525  2016-08-31 15:26  Application\GUIDEMO.h
     文件        9226  2016-08-31 15:26  Application\GUIDEMO_AntialiasedText.c
     文件      104051  2016-08-31 15:26  Application\GUIDEMO_Automotive.c
     文件       20420  2016-08-31 15:26  Application\GUIDEMO_BarGraph.c
     文件      685410  2016-08-31 15:26  Application\GUIDEMO_Bitmap.c
     文件        6701  2016-08-31 15:26  Application\GUIDEMO_ColorBar.c
     文件        5463  2016-08-31 15:26  Application\GUIDEMO_Conf.c
     文件        6202  2016-08-31 15:26  Application\GUIDEMO_Cursor.c
     文件      327695  2016-08-31 15:26  Application\GUIDEMO_Fading.c
     文件       11234  2016-08-31 15:26  Application\GUIDEMO_Graph.c
     文件      235167  2016-08-31 15:26  Application\GUIDEMO_IconView.c
     文件      366098  2016-08-31 15:26  Application\GUIDEMO_ImageFlow.c
     文件        3844  2016-08-31 15:26  Application\GUIDEMO_Intro.c
     文件       12629  2016-08-31 15:26  Application\GUIDEMO_Listview.c
     文件      286100  2016-08-31 15:26  Application\GUIDEMO_RadialMenu.c
     文件      719512  2016-08-31 15:26  Application\GUIDEMO_Resource.c
     文件      125439  2016-08-31 15:26  Application\GUIDEMO_Skinning.c
     文件        5801  2016-08-31 15:26  Application\GUIDEMO_Speed.c
     文件      162539  2016-08-31 15:26  Application\GUIDEMO_Speedometer.c
     文件        1688  2016-08-31 15:26  Application\GUIDEMO_Start.c
     文件      354168  2016-08-31 15:26  Application\GUIDEMO_TransparentDialog.c
     文件       18382  2016-08-31 15:26  Application\GUIDEMO_Treeview.c
     文件        4331  2016-08-31 15:26  Application\GUIDEMO_VScreen.c
     文件      494773  2016-08-31 15:26  Application\GUIDEMO_WashingMachine.c
     文件     4839441  2016-08-31 15:26  Application\GUIDEMO_ZoomAndRotate.c
     文件         478  2016-04-27 21:44  CleanUp.bat
     目录           0  2016-08-31 16:22  Config\
     文件        2392  2016-08-31 15:26  Config\GUIConf.c
     文件        2603  2016-08-31 15:26  Config\GUIConf.h
............此处省略492个文件信息

评论

共有 条评论