Class LCD

java.lang.Object
jpigpio.devices.LCD

public class LCD
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    LCD​(JPigpio pigpio, int registerSelect, int readWrite, int enable, int db4, int db5, int db6, int db7)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    void functionModeSet()  
    void home()  
    void setBlink​(boolean value)
    Set whether or not the cursor blinks.
    void setCursor​(boolean value)
    Set whether or not the cursor is shown.
    void setDisplay​(boolean value)
    Set the display visibility of the LCD.
    void setFontHeight​(int height)
    Set the height of the font.
    void setLines​(int lines)
    Set the number of display lines ...
    void write​(java.lang.String text)
    Write a text string to the LCD.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait