📄 ui_message.lst
字号:
C51 COMPILER V7.50 UI_MESSAGE 08/18/2008 14:21:07 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE UI_MESSAGE
OBJECT MODULE PLACED IN ..\output\output_bin\output_record\ui_message.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE ..\..\code\common\ui_message.c LARGE OPTIMIZE(9,SIZE) BROWSE INCDIR(..\..\.
-.\bsp\include;..\..\code\ap_record\src\include;..\..\code\global;..\..\code\include) DEFINE(CONFIG_ASIC,dynamic_load) DE
-BUG OBJECTEXTEND PRINT(..\output\output_bin\output_record\ui_message.lst) OBJECT(..\output\output_bin\output_record\ui_m
-essage.obj)
line level source
1 #include <string.h>
2 #include "api.h"
3 #include "lcd.h"
4 #include "key.h"
5 #include "res_show.h"
6 #include "res.h"
7 #include "ui_menu.h"
8 #include "display.h"
9 #include "common.h"
10 #include "prefer.h"
11
12
13 void ui_show_message(INT16U id)
14 {
15 1 bResShowPic(RSAVEBCK,8,41);
16 1 fg_color = COLOR_SELECT;
17 1 bg_color = 0x4c1b;
18 1 gfx_set_bg(COLOR_WHITE);
19 1 ResShowMultiString(id,tUserPreference.u8LanguageId,255,54);
20 1 delay(2000);
21 1 }
22
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = 76 ----
CONSTANT SIZE = ---- ----
XDATA SIZE = ---- 2
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 + -