Updated data for ES
This commit is contained in:
parent
d9ac0bd296
commit
1c7296cf33
12 changed files with 185 additions and 77 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
#define RS_CTRL 0x08000000
|
||||
#define EN_CTRL 0x10000000
|
||||
#define DT_CTRL 0x07800000
|
||||
#define DT_CTRL 0x07800000
|
||||
|
||||
unsigned long int temp1 = 0, temp2 = 0, i, j;
|
||||
unsigned char flag1 = 0, flag2 = 0;
|
||||
unsigned char msg[] = ("Santhosh Sir Gr8");
|
||||
unsigned char msg[] = ("We have fun.");
|
||||
|
||||
void lcd_write(void);
|
||||
void port_write(void);
|
||||
|
@ -23,11 +23,11 @@ int main() {
|
|||
temp1 = init_command[i];
|
||||
lcd_write();
|
||||
}
|
||||
|
||||
|
||||
flag1=1;
|
||||
|
||||
|
||||
i= 0;
|
||||
|
||||
|
||||
while(msg[i]!='\0'){
|
||||
temp1=msg[i];
|
||||
i++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue