Block:LCD Display

From Bendyroad

For connecting a generic LCD display.

You have to assign the pins to this display component.

  • Register Select (0 = command, 1 = data)
  • E: Enable
  • DB0~DB3: Display data signal; lower byte in 8-bit mode

And the size of the display in rows and columns

  • Number of columns
  • Number of rows

Next, define what to show in Screen pages.

Infocard

Generic LCD display. Click on the fieldnames for more information.

Property Description
Disabled To disable or enable this block.
Name The name of this block.
Rows Number of rows
Columns Number of columns
E E: Enable
RS Register Select; 0 = command, 1 = data
DB0 DB0~DB3: Display data signal; lower byte in 8-bit mode
DB1 DB0~DB3: Display data signal; lower byte in 8-bit mode
DB2 DB0~DB3: Display data signal; lower byte in 8-bit mode
DB3 DB0~DB3: Display data signal; lower byte in 8-bit mode
Comment To optionally enter a comment.
It does not impact the generated firmware.