de.wagner_ibw.iow.lcd
Class LCD4x27

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

public class LCD4x27
extends DoubleLCDImpl

This class represents a generic 4 x 27 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
LCD4x27(int enablePort, int enableBit)
           
 
Methods inherited from class de.wagner_ibw.iow.lcd.DoubleLCDImpl
clearLCD, moveSprite, setCursor, setCursorDispOn, setCursorHome, setCursorOff, setCursorOn, setDisplayControl, setDispOff, setEntryMode, setIowDevice, setShiftControl, setSpecialChar, writeLine
 
Methods inherited from class de.wagner_ibw.iow.lcd.LCDImpl
check, checkCompatibility, getCols, getDisableReport, getEnableReport, getIowSpecialBits, getName, getReportIds, getRows, getSpecialModeFuncionId, matchReportId, reportReceived, setCGRAMAddr, setCursorleft, setCursorRight, setDDRAMAddr, writeLine, writeString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCD4x27

public LCD4x27(int enablePort,
               int enableBit)