代码搜索:LCD_OUT
找到约 56 项符合「LCD_OUT」的源代码
代码结果 56
www.eeworm.com/read/162641/10288323
c lcd_dr.c
//--------------------------------------------------------
//OCMJ5X10B(160X80)液晶驱动程序. upsd3354板上晶振为40M
//
//date:2005_8_29
//
//硬件连线说明见下行;
//
//_________________________________________________
www.eeworm.com/read/350186/10760647
_h lcd._h
unsigned char ADtmp,ADbz=0;
#define LCD_DATAL PORTA&=~BIT(1)
#define LCD_DATAH PORTA|=BIT(1)
#define LCD_CLKL PORTA&=~BIT(3)
#define LCD_CLKH PORTA|=BIT(3)
void delay(unsigned char n)
{
www.eeworm.com/read/350186/10760688
h lcd.h
unsigned char ADtmp,ADbz=0;
#define LCD_DATAL PORTA&=~BIT(1)
#define LCD_DATAH PORTA|=BIT(1)
#define LCD_CLKL PORTA&=~BIT(3)
#define LCD_CLKH PORTA|=BIT(3)
void delay(unsigned char n)
{
www.eeworm.com/read/350182/10761030
h lcd.h
#define LCD_DATAL PORTA&=~BIT(1)
#define LCD_DATAH PORTA|=BIT(1)
#define LCD_CLKL PORTA&=~BIT(3)
#define LCD_CLKH PORTA|=BIT(3)
void delay(unsigned char n)
{
unsigned char i;
for(i=0;i
www.eeworm.com/read/196741/8064022
c cmd.c
#include "sci.h"
#include "private_cmd.h"
//extern const unsigned short pic[128*128];
//extern const unsigned short pic1[128*128];
//extern const unsigned short pic2[128*128];
//extern const unsi
www.eeworm.com/read/408320/11392759
h lcd.h
void lcd_out(int code, int flag);
void lcd_cmd(int cmd);
void lcd_data(int ascii);
void lcd_str(char *buffer, int line);
void init_lcd();
www.eeworm.com/read/196741/8063971
c cmd.c
#include "sci.h"
#include "private_cmd.h"
//extern const unsigned short pic[128*128];
//extern const unsigned short pic1[128*128];
//extern const unsigned short pic2[128*128];
//extern const unsi
www.eeworm.com/read/491572/6437513
txt as5030.mcpav_callertable.txt
main
Lcd_Init
Delay_5500us
Delay_1us
Lcd_Cmd
Delay_1us
Delay_5500us
Delay_50us
Lcd_Out
Lcd_Cmd
Delay_1us
Delay_5500us
Delay_50us
Lcd_Chr_CP
Lcd_Cmd
Dela
www.eeworm.com/read/101167/15842847
c timer2_1.c
// Program TIMER2_1.C
//
// Generates nominal 500 Hz tone on PORTD.0 and performs continual A/D
// conversions on Channel 0 when push button on PORTB.0 is depressed.
//
// Illustrates use of TIME