Modifier and Type | Field and Description |
---|---|
protected int |
columns |
protected int |
rows |
Constructor and Description |
---|
GpioLcdDisplay(int rows,
int columns,
Pin rsPin,
Pin strobePin,
Pin... dataPins) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getColumnCount() |
int |
getRowCount() |
void |
setCursorHome() |
void |
setCursorPosition(int row,
int column) |
void |
write(byte data) |
void |
write(String data) |
clear, clear, setCursorPosition, validateColumnIndex, validateCoordinates, validateRowIndex, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeln, writeln, writeln, writeln
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTag
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, clear, setCursorPosition, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeln, writeln, writeln, writeln
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTag
public int getRowCount()
getRowCount
in interface LCD
getRowCount
in class LCDBase
public int getColumnCount()
getColumnCount
in interface LCD
getColumnCount
in class LCDBase
public void setCursorHome()
setCursorHome
in interface LCD
setCursorHome
in class LCDBase
public void setCursorPosition(int row, int column)
setCursorPosition
in interface LCD
setCursorPosition
in class LCDBase
public void write(byte data)
Copyright © 2012–2014 Pi4J. All rights reserved.