lcd_getpixelcolor.txt
来自「STM32F103ZET6+UCOSII+UCGUI源码」· 文本 代码 · 共 19 行
TXT
19 行
; generated by ARM C/C++ Compiler with , RVCT4.0 [Build 524] for uVision
; commandline ArmCC [--split_sections --debug -c --asm --interleave -o.\Obj\lcd_getpixelcolor.o --depend=.\Obj\lcd_getpixelcolor.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\LCD_GetPixelColor.c]
THUMB
AREA ||i.LCD_GetPixelColor||, CODE, READONLY, ALIGN=1
LCD_GetPixelColor PROC
;;;34 */
;;;35 LCD_COLOR LCD_GetPixelColor(int x, int y) {
000000 b510 PUSH {r4,lr}
;;;36 return LCD_Index2Color(LCD_GetPixelIndex(x,y));
000002 f7fffffe BL LCD_GetPixelIndex
000006 e8bd4010 POP {r4,lr}
00000a f7ffbffe B.W LCD_Index2Color
;;;37 }
;;;38
ENDP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?