Question: Create a library of command functions for the LCD to do the following Clear display Turn cursor on/off Turn blinking on/off Print to a particular
- Create a library of command functions for the LCD to do the following
- Clear display
- Turn cursor on/off
- Turn blinking on/off
- Print to a particular line and column
- Move cursor right n-spaces
- Move cursor left n-spaces
- Scroll display right n-spaces
- Scroll display left n-spaces
- Initialize the LCD
- Write a message to the LCD
2. Write a program so that the LCD mirrors the PuTTY terminal window as closely as possible and special inputs can be used to control the LCD display. For example, pressing the backspace key should make the cursor move backwards and delete one character, while pressing a non-display character, such as CTRL-C, in the PuTTY window will clear the LCD display.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
