Hardware
- LCD display
|
|||||||||||||||||||||||||||||||||
The LCD display can be connected as follows:
This leaves P1.1 and P1.0 and P3 for other purposes. You can change the
LCD pin layout from the Options LCD menu. The LCD display operates
in 4-bit mode. BASCOM supports a
lot of statements to control the LCD display. Acc = 5 'load register A with value Call Lcd_control 'it
is a control value to control the display Note that lcd_control and write_lcd are assembler subroutines which can be called from BASCOM.
|