park.borne.impl
Class LcdImpl

java.lang.Object
  extended bypark.borne.impl.LcdImpl

public class LcdImpl
extends java.lang.Object


Field Summary
private  HD66717 hD66717
           
private  PCF8574 pCF8574Aux
           
 
Constructor Summary
LcdImpl()
           
 
Method Summary
 void init()
           
 void initLCD()
           
 boolean isBackLight()
           
 void kill()
           
 void print(char caractere)
           
 void printAt(int x, int y, java.lang.String text)
           
private  void resetAfficheur()
           
 void setBackLight(boolean eclaire)
           
 void setContrast(int contrast)
           
 void setCursor(byte cursorType)
           
 void setCursorAt(int x, int y)
           
 void setReset(boolean on)
           
private  void tempo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hD66717

private HD66717 hD66717

pCF8574Aux

private PCF8574 pCF8574Aux
Constructor Detail

LcdImpl

public LcdImpl()
Method Detail

init

public void init()
          throws PortException
Throws:
PortException

kill

public void kill()

resetAfficheur

private void resetAfficheur()

tempo

private void tempo()

initLCD

public void initLCD()

setCursorAt

public void setCursorAt(int x,
                        int y)

print

public void print(char caractere)

printAt

public void printAt(int x,
                    int y,
                    java.lang.String text)

setContrast

public void setContrast(int contrast)

setReset

public void setReset(boolean on)

setBackLight

public void setBackLight(boolean eclaire)

isBackLight

public boolean isBackLight()

setCursor

public void setCursor(byte cursorType)