Changeset 60 for trunk/page1D/1Dbase.asm
- Timestamp:
- 11/08/09 18:23:13 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page1D/1Dbase.asm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page1D/1Dbase.asm
r55 r60 5 5 EXTERN JErrorNo,UnlockFlash,GetKey,keyscnlnk,Rec1stByteNC,RecAByteIO,MemClear,ClrTxtShd 6 6 EXTERN ClrLCDFull,PutS,GetCSC,CursorOff,CursorOn,hideCursor,showCursor,ClrScrnFull,KeyToString 7 EXTERN JForceCmdNoChar,JForceCmd 7 EXTERN JForceCmdNoChar,JForceCmd,PowerOff,LCD_DRIVERON 8 8 9 9 ;4000h: … … 2434 2434 DW 0000h 2435 2435 DB 00h 2436 ;_LCD_DRIVERON equ 4978h 2437 DW 0000h2436 _LCD_DRIVERON: 2437 DW LCD_DRIVERON 2438 2438 DB 00h 2439 2439 ;_DFMIN2 equ 497Bh … … 4114 4114 DW 0000h 4115 4115 DB 00h 4116 ;_PowerOff equ 5008h 4117 DW 0000h4116 _PowerOff: 4117 DW PowerOff 4118 4118 DB 00h 4119 4119 ;_GetKeyRetOff equ 500Bh ;same as getkey, only returns kOff if 2nd+on is pressed
