hesho90
Member level 4
- Joined
- Sep 3, 2012
- Messages
- 78
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- egypt
- Activity points
- 1,778
hello
i have lmb162abc lcd and pic 16f877a
and this is my code
this i but the code on the pic and use my breadboard to see it but nothing is there
5v reg
i have lmb162abc lcd and pic 16f877a
and this is my code
sbit LCD_RS at RB0_bit;
sbit LCD_EN at RB1_bit;
sbit LCD_D4 at RB4_bit;
sbit LCD_D5 at RB5_bit;
sbit LCD_D6 at RB6_bit;
sbit LCD_D7 at RB7_bit;
sbit LCD_RS_Direction at TRISB0_bit;
sbit LCD_EN_Direction at TRISB1_bit;
sbit LCD_D4_Direction at TRISB4_bit;
sbit LCD_D5_Direction at TRISB5_bit;
sbit LCD_D6_Direction at TRISB6_bit;
sbit LCD_D7_Direction at TRISB7_bit;
void main() {
LCD_init();
Lcd_Out(1, 1, "hello");
}
this i but the code on the pic and use my breadboard to see it but nothing is there
5v reg