hdrv_bankfunctions.lst
来自「MP3 整个 SDK」· LST 代码 · 共 114 行
LST
114 行
################################################################################
# #
# IAR Systems Z80/64180 Assembler V3.03A/WIN 26/Dec/106 14:12:53 #
# #
# Target option = z80 #
# Source file = d:\case_i_d90f\drv\ui_ssd1332\hdrv\hdrv_bankfunctions.msa#
# List file = d:\case_i_d90f\drv\ui_ssd1332\ui_ssd13_t\list\hdrv_bankfunctions.lst#
# Object file = d:\case_i_d90f\drv\ui_ssd1332\ui_ssd13_t\obj\hdrv_bankfunctions.r01#
# Command line = -v0 -uu #
# -OD:\case_i_d90f\drv\Ui_SSD1332\UI_SSD13_T\Obj\ #
# -s+ -M<> -w+ -r -DIC3951 -DNAPDEBUG #
# -LD:\case_i_d90f\drv\Ui_SSD1332\UI_SSD13_T\List\ #
# -t8 -Id:\sdk_i_90f\inc\ -Id:\case_i_d90f\inc\ #
# -Id:\case_i_d90f\drv\Ui_SSD1332\inc\ #
# D:\CASE_I_D90F\DRV\UI_SSD1332\HDRV\hdrv_bankfunctions.msa #
# #
# (c) Copyright IAR Systems 1996 #
################################################################################
1 000000 #include "display.h"
2 000000 #include "Drv_S6B33B0A.h"
3 000000 #include "Hdrv_S6B33B0A.h"
4 000000
5 000000 #define RT9369
6 000000
7 000000 module Hdrv_BankFunctions
8 000000
9 000000 //public Hdrv_Invert
10 000000 public Hdrv_Vscroll
11 000000 public Hdrv_SetCont
12 000000 public Hdrv_SetBrightness
13 000000 extern Hdrv_LightOnOff
14 000000 public Hdrv_StandbyScr
15 000000
16 000000 extern Write_Command
17 000000 extern Write_Parameter
18 000000 extern Delay_10us
19 000000 extern StoreCE
20 000000 extern ReStoreCE
21 000000 extern CEPort_Sav
22 000000 extern Write_Display_Ram
23 000000 extern Store_R0
24 000000 //extern LCD_SET_COLOR
25 000000 rseg BBC_HFUN
26 000000
27 000000
28 000000 ////************************************************
*******************************/
29 000000 ///* void Hdrv_VscrollSet (BYTE startline, BYTE endl
ine);
30 000000 //** FUNCTION: Hdrv_VscrollSet
31 000000 //**
32 000000 //** Description: 设置滚屏参数
33 000000 //**
34 000000 //** input
35 000000 //** BYTE startline :区域开始
36 000000 //** BYTE endline :区域结束
37 000000 //**
38 000000 //** output
39 000000 //** none
40 000000 //**************************************************
******************************/
41 000000 Hdrv_VscrollSet:
42 000000 //请在这填入你的代码
43 000000 /*call Store_R0
44 000000 ld c, 5ah
45 000000 call Write_Command
46 000000 ld a, 113
47 000000 sub e
48 000000 ld c, a
49 000000 call Write_Command*/
50 000000 C9 ret
51 000001
52 000001
53 000001
54 000001
55 000001 ////************************************************
*******************************/
56 000001 //** void Hdrv_Vscroll_sub (BYTE scrllstartline);
57 000001 //** FUNCTION: Hdrv_Vscroll_sub
58 000001 //**
59 000001 //** Description: 纵向滚屏
60 000001 //**
61 000001 //** input
62 000001 //** BYTE scrllstartline: 开始行
63 000001 //**
64 000001 //** output
65 000001 //** none
66 000001 //**************************************************
******************************/
67 000001 Hdrv_Vscroll_sub:
68 000001 /*ld c, 5ah
69 000001 call Write_Command
70 000001 ld a, 113
71 000001 sub e
72 000001 ld c, a
73 000001 call Write_Command*/
74 000001 C9 ret
75 000002 //**************************************************
******************************/
76 000002
77 000002
78 000002 ////************************************************
*******************************/
79 000002 ///* Hdrv_Vscroll(region_t *Vsregion, signed int Vs
tep);
80 000002 //** void Hdrv_Vscroll_sub (BYTE scrllstartline);
81 000002 //** FUNCTION: Hdrv_Vscroll
82 000002 //**
83 000002 //** Description: 纵向滚屏
84 000002 //**
85 000002 //** input
86 000002 //** region_t *Vsregion: 滚屏的区域
87 000002 //** signed int Vstep : 滚动的行数 "+" 表示
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?