代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/494296/6381914
s43 实验12_lcd_点阵.s43
#include "msp430x44x.h "
;*********************************************************************
;MSP-Test44x Demo LCD DISPLAY
;
; MSP430F449
; -----------------
www.eeworm.com/read/494299/6381964
h lcd.h
/*
* Filename : lcd.h
* Hardware : Controller -> P89V51RD2
* XTAL -> 18.432 MHz
* Mode -> 6 Clock/MC
* I/O : RS -> P2.5
* Enab
www.eeworm.com/read/481948/6632988
c lcd.c
#include
/********************************************************************/
//lcd part
#define LINE1 0
#define LINE2 1
#define LINE1_HEAD 0x80
#define LINE2_HEAD
www.eeworm.com/read/264994/11287884
_c lcd._c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display photo 32*32 big
#include
www.eeworm.com/read/264994/11287891
c lcd.c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display photo 32*32 big
#include
www.eeworm.com/read/264994/11287898
h lcd.h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行
www.eeworm.com/read/264994/11287933
h lcd.h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行
www.eeworm.com/read/264994/11287955
_c lcd._c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display chinese
// 纵向取模方式 16*16字体
#include
www.eeworm.com/read/264994/11287963
c lcd.c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display chinese
// 纵向取模方式 16*16字体
#include
www.eeworm.com/read/264994/11287968
h lcd.h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行