Skip to main content

Enum I2cCharacterDisplay.I2CCommands

I2C commands

Assembly: CharacterDisplay.dll
View Source
Declaration
protected enum I2cCharacterDisplay.I2CCommands

Fields

LCD_CLEARDISPLAY

Clear the display

View Source
Declaration
LCD_CLEARDISPLAY = 1

LCD_RETURNHOME

Send the cursor home

View Source
Declaration
LCD_RETURNHOME = 2

LCD_ENTRYMODESET

Set entry mode

View Source
Declaration
LCD_ENTRYMODESET = 4

LCD_DISPLAYCONTROL

Display control

View Source
Declaration
LCD_DISPLAYCONTROL = 8

LCD_CURSORSHIFT

Cursor shift

View Source
Declaration
LCD_CURSORSHIFT = 16

LCD_FUNCTIONSET

Function set

View Source
Declaration
LCD_FUNCTIONSET = 32

LCD_SETCGRAMADDR

Set CGRAM address

View Source
Declaration
LCD_SETCGRAMADDR = 64

LCD_SETDDRAMADDR

Set DDRAM address

View Source
Declaration
LCD_SETDDRAMADDR = 128