⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hdrv_bankfunctions.lst

📁 一种彩屏驱动以及画点,填充图片和填充数据的一些程序
💻 LST
字号:
################################################################################
#                                                                              #
#     IAR Systems Z80/64180 Assembler V3.03A/WIN 18/May/107  10:54:40          #
#                                                                              #
#           Target option =  z80                                               #
#           Source file   =  d:\case_i_d913f\drv\ui_ssd1332\hdrv\hdrv_bankfunctions.msa#
#           List file     =  d:\case_i_d913f\drv\ui_ssd1332\ui_ssd13_r\list\hdrv_bankfunctions.lst#
#           Object file   =  d:\case_i_d913f\drv\ui_ssd1332\ui_ssd13_r\obj\hdrv_bankfunctions.r01#
#           Command line  =  -v0 -uu                                           #
#                            -OD:\case_i_d913f\drv\Ui_SSD1332\UI_SSD13_R\Obj\  #
#                            -s+ -M<> -w+ -r -DIC3951 -DNAPDEBUG               #
#                            -LD:\case_i_d913f\drv\Ui_SSD1332\UI_SSD13_R\List\ #
#                            -t8 -Id:\sdk_i_913f\inc\ -Id:\case_i_d913f\inc\   #
#                            -Id:\case_i_d913f\drv\ui_ssd1332\inc\             #
#                            d:\case_i_d913f\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_Data
     18    000000          
     19    000000                  extern StoreCE
     20    000000                  extern ReStoreCE
     21    000000                  extern CEPort_Sav
     22    000000          
     23    000000              //extern LCD_SET_COLOR
     24    000000                  rseg   BBC_HFUN
     25    000000          
     26    000000          
     27    000000          ////************************************************
 *******************************/
     28    000000          ///* void Hdrv_VscrollSet (BYTE startline, BYTE endl
 ine);
     29    000000          //** FUNCTION:     Hdrv_VscrollSet
     30    000000          //**
     31    000000          //** Description:  设置滚屏参数
     32    000000          //**
     33    000000          //**  input
     34    000000          //**    BYTE startline :区域开始
     35    000000          //**    BYTE endline :区域结束
     36    000000          //**
     37    000000          //**  output
     38    000000          //**      none
     39    000000          //**************************************************
 ******************************/
     40    000000          Hdrv_VscrollSet:
     41    000000              //请在这填入你的代码
     42    000000              /*call Store_R0
     43    000000              ld c, 5ah
     44    000000              call Write_Command
     45    000000              ld a, 113
     46    000000              sub e
     47    000000              ld c, a
     48    000000              call Write_Command*/
     49    000000 C9           ret
     50    000001          
     51    000001          
     52    000001          
     53    000001          
     54    000001          ////************************************************
 *******************************/
     55    000001          //**  void Hdrv_Vscroll_sub (BYTE scrllstartline);
     56    000001          //** FUNCTION:     Hdrv_Vscroll_sub
     57    000001          //**
     58    000001          //** Description:  纵向滚屏
     59    000001          //**
     60    000001          //**  input
     61    000001          //**        BYTE scrllstartline: 开始行
     62    000001          //**
     63    000001          //**  output
     64    000001          //**        none
     65    000001          //**************************************************
 ******************************/
     66    000001          Hdrv_Vscroll_sub:
     67    000001                      /*ld c, 5ah
     68    000001                      call Write_Command
     69    000001                      ld a, 113
     70    000001                      sub e
     71    000001                      ld c, a
     72    000001                      call Write_Command*/
     73    000001 C9                   ret
     74    000002          //**************************************************
 ******************************/
     75    000002          
     76    000002          
     77    000002          ////************************************************
 *******************************/
     78    000002          ///*  Hdrv_Vscroll(region_t *Vsregion, signed int Vs
 tep);
     79    000002          //**  void Hdrv_Vscroll_sub (BYTE scrllstartline);
     80    000002          //** FUNCTION:     Hdrv_Vscroll
     81    000002          //**
     82    000002          //** Description:  纵向滚屏
     83    000002          //**
     84    000002          //**  input
     85    000002          //**        region_t *Vsregion: 滚屏的区域
     86    000002          //**        signed int Vstep  : 滚动的行数 "+" 表示

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -