代码搜索结果

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

lcd.c

//深圳瑞特RT12864M(控制器ST7920A) //并行连接方式,PTC0-RS,PTC1-RW,PTC2-E #include "gp32.h" typedef unsigned int Uint; typedef unsigned char Uchar; #define cli() _asm("cli\n") /*开中断*/ #define sei() _asm("sei

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

/* This file is designed for the LCD display.*/ /*It is designed by Lijingjiao*/ /*Control: SED1520 LCD NAME: MGLS100*32*/ #include "gp32.h" /*开中断*/ #define cli() _asm("cli\n") /*关中断*/ #de

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

#include #include #include /***************************************Lcd Control Pin Macro Define***********************************/ #define LCD_RD_DISABLE

lcd.o

XL H 3 areas 9 global symbols M lcd.c S push_gset1 Ref0000 S _T0_sleep Ref0000 S pop_gset1 Ref0000 A text size 108 flags 0 dbfile E:\work\avr\icc\cpld\stklcd\lcd.c dbfunc e LCD_init 0 fV dbsy

lcd._c

// // File Name: lcd.c // // Title: LCD interface implementation // // Description: Interface implementation file for the Hitachi HD44780U. // This driver is for the STK200. // STK20

lcd.c

// // File Name: lcd.c // // Title: LCD interface implementation // // Description: Interface implementation file for the Hitachi HD44780U. // This driver is for the STK200. // STK20