de.wagner_ibw.iow.lcd
Class LCD2x40

java.lang.Object
  |
  +--de.wagner_ibw.iow.lcd.AbstractLCD
        |
        +--de.wagner_ibw.iow.lcd.HD44780
              |
              +--de.wagner_ibw.iow.lcd.LCD2x40
All Implemented Interfaces:
SpecialModeFunction

public class LCD2x40
extends HD44780

This class represents a generic 2 x 40 display.
proved type(s):

Since:
0.9.4
Author:
Thomas Wagner

Field Summary
 
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
LCD2x40()
           
 
Methods inherited from class de.wagner_ibw.iow.lcd.HD44780
check, checkCompatibility, clearLCD, getDisableReport, getEnableReport, getIowSpecialBits, getName, getReportIds, getSpecialModeFuncionId, matchReportId, moveSprite, reportReceived, setCGRAMAddr, setCursor, setCursorDispOn, setCursorHome, setCursorleft, setCursorOff, setCursorOn, setCursorRight, setDDRAMAddr, setDisplayControl, setDispOff, setEntryMode, setIowDevice, setShiftControl, setSpecialChar, writeLine, writeLine, writeString
 
Methods inherited from class de.wagner_ibw.iow.lcd.AbstractLCD
getCols, getRows
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCD2x40

public LCD2x40()