?? guidemo_automotive.c
字號:
#if GUI_WINSUPPORT
#include "WM.h"
#endif
#if (GUI_SUPPORT_MEMDEV & GUI_SUPPORT_AA)
/*********************************************************************
*
* defines
*
**********************************************************************
*/
#define countof(Obj) (sizeof(Obj) / sizeof(Obj[0]))
#define DEG2RAD (3.1415926f / 180)
#define MAG 3
#if ((LCD_XSIZE >= 200) && !(GUIDEMO_TINY))
/*********************************************************************
*
* static data, scale bitmap (large)
*
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -