代码搜索结果

找到约 10,000 项符合 LCD 的代码

lcd.lnk

# LINK COMMAND FILE FOR TEST PROGRAM # +seg .text -b 0x8000 -n .text # program start address +seg .const -a .text # constants follow code +seg .bsct -b 0x40 # zero page start address 0x40 +seg

lcd.c

/* This file is designed for the LCD display.*/ /* It is designed by Lijingjiao*/ #include "gp32.h" /* Authorize interrupts*/ #define cli() _asm("cli\n") /* disable interrupts*/ #define sei() _a

lcd.bat

@echo off path=c:\cxeval ;cx6808 -evl +debug +nowiden crts.s lcd.c vector.c if errorlevel 1 goto bad :clink echo. echo Linking ... clnk -o lcd.h08 lcd.lnk if errorlevel 1 goto bad :chexa ech

lcd.c

//控制器:SED1335 //LCD:大连东显EDM320240 //设计者:李晶皎 //MCU:MC68HC908GP32 //接口:PTC0-A0,PTC1-WR,PTC2-RD,PTB-DB #include "gp32.h" /*开中断*/ #define cli() _asm("cli\n") /*关中断*/ #define sei() _asm("sei\n")

lcd.lnk

# LINK COMMAND FILE FOR TEST PROGRAM # +seg .text -b 0x8000 -n .text # program start address +seg .const -a .text # constants follow code +seg .bsct -b 0x40 # zero page start address 0x40 +seg

lcd.bat

@echo off PATH c:\cxEVAL cx6808 -evl +debug +nowiden crts.s lcd.c vector.c if errorlevel 1 goto bad :clink echo. echo Linking ... clnk -o lcd.h08 lcd.lnk if errorlevel 1 goto bad :chexa echo

lcd.c

//深圳瑞特TR12864M(控制器ST7920A) //串行连接方式,PTC0-CS,PTC1-SID,PTC2-SCLK #include "gp32.h" #define cli() _asm("cli\n") /*开中断*/ #define sei() _asm("sei\n") /*关中断*/ typedef unsigned int Uint; typedef unsign

lcd.lnk

# LINK COMMAND FILE FOR TEST PROGRAM # +seg .text -b 0x8000 -n .text # program start address +seg .const -a .text # constants follow code +seg .bsct -b 0x40 # zero page start address 0x40 +seg

lcd.bat

@echo off PATH c:\cxeval cx6808 -evl +debug +nowiden crts.s lcd.c KEY.C vector.c if errorlevel 1 goto bad :clink echo. echo Linking ... clnk -o lcd.h08 lcd.lnk if errorlevel 1 goto bad :chexa

lcd.c

//控制器:HD61202或ks0108 //设计者:李晶皎 //MCU:MC68HC908GP32 #include "gp32.h" /*开中断*/ #define cli() _asm("cli\n") /*关中断*/ #define sei() _asm("sei\n") #define nop() _asm("nop\n") /*数据类型定义部分*/ typedef