de.wagner_ibw.iow.lcd
Class LCD2x20

java.lang.Object
  |
  +--de.wagner_ibw.iow.lcd.LCDImpl
        |
        +--de.wagner_ibw.iow.lcd.LCD2x20
All Implemented Interfaces:
LCD, SpecialModeFunction

public class LCD2x20
extends LCDImpl

This class contains all needed information about a generic 2 x 20 display.
proved type(s):

Since:
0.9.4
Author:
Thomas Wagner, hint from Eberhard Fahle (wayoda)

Field Summary
 
Fields inherited from class de.wagner_ibw.iow.lcd.LCDImpl
charBlinking, cols, cursorOn, dispOn, iow, lineStartAdr, name, physicalRows, rows
 
Fields inherited from interface de.wagner_ibw.iow.SpecialModeFunction
SMF_CPS_ID, SMF_I2C_ID, SMF_LCD_ID, SMF_LED_ID, SMF_RC5_ID, SMF_SMX_ID, SMF_SPI_ID
 
Constructor Summary
LCD2x20()
           
 
Methods inherited from class de.wagner_ibw.iow.lcd.LCDImpl
check, checkCompatibility, clearLCD, getCols, getDisableReport, getEnableReport, getIowSpecialBits, getName, getReportIds, getRows, getSpecialModeFuncionId, initLCD, matchReportId, moveSprite, reportReceived, setCGRAMAddr, setCursor, setCursorDispOn, setCursorHome, setCursorleft, setCursorOff, setCursorOn, setCursorRight, setDDRAMAddr, setDisplayControl, setDispOff, setEntryMode, setIowDevice, setShiftControl, setSpecialChar, writeCmd, writeData, writeLine, writeLine, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCD2x20

public LCD2x20()