LCD32 (Revision B) Programming Table This is the programming table for the LCD32 (Rev. B) module.
| Command Name |
Action | Bit | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |||
| Character | Send | 0 | 0 | c | c | c | c | c | c | c | Output character {ccccccc} where {ccccccc} is between 32b and 126b. |
| Row_Set | Send | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | r | Set the row to {r}. {r}=0b is first row and {r}=1b is second row. |
| Next_Line | Send | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | Advance to the next line. |
| Clear | Send | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | Clear the LCD. |
| Carriage_Return | Send | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | Go to column 0 of current line. |
| Column_Set | Send | 0 | 0 | 0 | 0 | 1 | c | c | c | c | Set the column to {cccc}. {cccc}=0b is first column and 15b is last. |