DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

JHD162A 데이터 시트보기 (PDF) - Unspecified

부품명
상세내역
제조사
JHD162A Datasheet PDF : 10 Pages
1 2 3 4 5 6 7 8 9 10
Example
#include <reg51.h>
#include <intrins.h>
sbit dc=0xa0;
/*P2.0
LCD 的
RS
21*/
sbit rw=0xa1;
/*P2.1 LCD 的R/W 22*/
sbit cs=0xa4;
/*P2.4 LCD 的 25*/
E
sfr lcdbus=0x80; /*p0LCD 数据 D0=P0.0*/
unsigned int sys10mscounter;
unsigned char syslimitcounter;
char path1[8]={0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f};/*自定义符号
char path2[8]={0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00};/*自定义符号
char pats1[8]={0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15};/*自定义符号
char pats2[8]={0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a};/*自定义符号
void soft_nop(){}
void soft_10ms()/***********12MHZ 提供10MS 软件延时************/
{ register int i;
for(i=0;i<711;i++);
横1*/
2*/
竖1*/
2*/

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]