gui_setorg.txt
来自「STM32F103ZET6+UCOSII+UCGUI源码」· 文本 代码 · 共 18 行
TXT
18 行
; generated by ARM C/C++ Compiler with , RVCT4.0 [Build 524] for uVision
; commandline ArmCC [--split_sections --debug -c --asm --interleave -o.\Obj\gui_setorg.o --depend=.\Obj\gui_setorg.d --device=DARMSTM --apcs=interwork -O3 -I..\..\include -I..\..\..\FWLib\library\inc -I..\..\..\USBLib\library\inc -I..\..\Config -I..\..\GUI\Core -I..\..\GUI\Font -I..\..\GUI\ConvertColor -I..\..\GUI\AntiAlias -I..\..\GUI\ConvertMono -I..\..\GUI\JPEG -I..\..\GUI\MemDev -I..\..\GUI\MultiLayer -I..\..\GUI\Widget -I..\..\GUI\WM -IC:\Keil\ARM\INC\ST\STM32F10x ..\..\GUI\Core\GUI_SetOrg.c]
THUMB
AREA ||i.GUI_SetOrg||, CODE, READONLY, ALIGN=1
GUI_SetOrg PROC
;;;34 */
;;;35 void GUI_SetOrg(int x, int y) {
000000 f7ffbffe B.W LCD_L0_SetOrg
;;;36 GUI_LOCK();
;;;37 LCD_L0_SetOrg(x, y);
;;;38 GUI_UNLOCK();
;;;39 }
;;;40
ENDP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?