代码搜索:LCD菜单

找到约 10,000 项符合「LCD菜单」的源代码

代码结果 10,000
www.eeworm.com/read/225831/14514058

bat 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
www.eeworm.com/read/225831/14514080

c lcd.c

//SED1565 ljj //PTC0-WR,PTC1-RD,PTC2-A0 //PTD1-LEDRED,PTD2-LEDGREEN,PTD3-LEDBLUE #include "gp32.h" #include "display.h" #define cli() _asm("cli\n") /*开中断*/ #define sei() _asm("sei\n") /*关中断*
www.eeworm.com/read/225831/14514082

h lcd.h

void Wait1ms(void); void WaitNms(int i); void BFRead(void); void WRCommand(unsigned char command); void WRData(unsigned char data); void ClearRAM(coid); void DisplayChar(unsigned char CharNum);
www.eeworm.com/read/225831/14514084

c 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
www.eeworm.com/read/225831/14514088

lnk 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
www.eeworm.com/read/225831/14514095

bat 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
www.eeworm.com/read/225831/14514097

c 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
www.eeworm.com/read/225831/14514101

lnk 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
www.eeworm.com/read/225831/14514109

bat 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
www.eeworm.com/read/125017/14518168

c lcd.c

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