📄 f16_1hk.lst
字号:
C51 COMPILER V8.05a F16_1HK 04/11/2008 14:19:16 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE F16_1HK
OBJECT MODULE PLACED IN F16_1HK.obj
COMPILER INVOKED BY: D:\Program Files\keil\C51\BIN\C51.EXE gui\Font\F16_1HK.c LARGE BROWSE MDU_F120 DEBUG OBJECTEXTEND P
-RINT(.\F16_1HK.lst) OBJECT(F16_1HK.obj)
line level source
1 /*
2 *********************************************************************************************************
3 * uC/GUI
4 * Universal graphic software for embedded applications
5 *
6 * (c) Copyright 2002, Micrium Inc., Weston, FL
7 * (c) Copyright 2002, SEGGER Microcontroller Systeme GmbH
8 *
9 * 礐/GUI is protected by international copyright laws. Knowledge of the
10 * source code may not be used to write a similar product. This file may
11 * only be used in accordance with a license and should not be redistributed
12 * in any way. We appreciate your understanding and fairness.
13 *
14 ----------------------------------------------------------------------
15 File : F16_1HK.C
16 Purpose : ASCII, West European, Hiragana & Katakana
17 Height : 16
18 ---------------------------END-OF-HEADER------------------------------
19 */
20
21 #include "gui\Core\GUI.h"
22
23 #ifndef GUI_FLASH
#define GUI_FLASH
#endif
26
27 /* The following line needs to be included in any file selecting the
28 font. A good place would be GUIConf.h
29 */
30 extern GUI_FLASH const GUI_FONT GUI_Font16_HK;
31 extern GUI_FLASH const GUI_FONT GUI_Font16_1HK_2_2;
32
33
34 extern GUI_FLASH const GUI_FONT_PROP GUI_Font16_1_FontProp1;
35 extern GUI_FLASH const GUI_CHARINFO GUI_Font16_HK_CharInfo[169];
36
37 GUI_FLASH const GUI_FONT_PROP GUI_Font16_1HK_Prop2 = {
38 0x30A1 /* first character */
39 ,0x30F6 /* last character */
40 ,&GUI_Font16_HK_CharInfo[83] /* address of first character */
41 ,(void GUI_FLASH *)&GUI_Font16_1_FontProp1 /* pointer to next GUI_FONT_PROP */
42 };
43
44 GUI_FLASH const GUI_FONT_PROP GUI_Font16_1HK_Prop1 = {
45 0x3041 /* first character */
46 ,0x3093 /* last character */
47 ,&GUI_Font16_HK_CharInfo[0] /* address of first character */
48 ,(void GUI_FLASH *)&GUI_Font16_1HK_Prop2 /* pointer to next GUI_FONT_PROP */
49 };
50
51 GUI_FLASH const GUI_FONT GUI_Font16_1HK = {
52 GUI_FONTTYPE_PROP /* type of font */
53 ,16 /* height of font */
54 ,16 /* space of font y */
C51 COMPILER V8.05a F16_1HK 04/11/2008 14:19:16 PAGE 2
55 ,1 /* magnification x */
56 ,1 /* magnification y */
57 ,(void GUI_FLASH *)&GUI_Font16_1HK_Prop1
58 };
59
60 GUI_FLASH const GUI_FONT GUI_Font16_1HK_2_2 = {
61 GUI_FONTTYPE_PROP /* type of font */
62 ,16 /* height of font */
63 ,16 /* space of font y */
64 ,2 /* magnification x */
65 ,2 /* magnification y */
66 ,(void GUI_FLASH *)&GUI_Font16_1HK_Prop1
67 };
68
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = ---- ----
CONSTANT SIZE = ---- ----
XDATA SIZE = 58 ----
PDATA SIZE = ---- ----
DATA SIZE = ---- ----
IDATA SIZE = ---- ----
BIT SIZE = ---- ----
END OF MODULE INFORMATION.
C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -