- Joined
- Jan 22, 2008
- Messages
- 53,107
- Helped
- 14,792
- Reputation
- 29,871
- Reaction score
- 14,291
- Trophy points
- 1,393
- Location
- Bochum, Germany
- Activity points
- 301,057
For lcd_data()
There's no need to set RS before DB bits, by the way.
Code:
LCDPORT = c & 0xf0 | 0x4;
There's no need to set RS before DB bits, by the way.