| 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, writelnclearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, clear, setCursorPosition, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeln, writeln, writeln, writelnclearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTagpublic int getRowCount()
getRowCount in interface LCDgetRowCount in class LCDBasepublic int getColumnCount()
getColumnCount in interface LCDgetColumnCount in class LCDBasepublic void setCursorHome()
setCursorHome in interface LCDsetCursorHome in class LCDBasepublic void setCursorPosition(int row,
int column)
setCursorPosition in interface LCDsetCursorPosition in class LCDBasepublic void write(byte data)
Copyright © 2012-2013 Pi4J. All Rights Reserved.