lcd_direction
unknown
abc
2 years ago
405 B
11
Indexable
// lcd module connections sbit LCD_RS at RB1_bit; sbit LCD_EN at RB3_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 TRISB1_bit; sbit LCD_EN_DIRECTION at TRISB3_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;
Editor is loading...