public class LCDRow extends Object
Modifier and Type | Field and Description |
---|---|
private String |
current_text |
private int |
LCD_WIDTH |
private static org.apache.log4j.Logger |
log |
private String |
next_text |
private int |
position |
Constructor and Description |
---|
LCDRow() |
Modifier and Type | Method and Description |
---|---|
int |
getLCD_WIDTH() |
private String |
getNextString(String in)
If text if wider then the screen width scroll through the text
|
String |
getText()
Get the Text to Display
|
void |
setLCD_WIDTH(int lCD_WIDTH)
Set the Width of the Display
|
void |
setText(String text)
Set the Text
|
void |
UpdateText()
Change over from the existing Text to the new Text
|
private static org.apache.log4j.Logger log
private int LCD_WIDTH
private String current_text
private String next_text
private int position
public int getLCD_WIDTH()
public void setLCD_WIDTH(int lCD_WIDTH)
lCD_WIDTH
- public String getText()
public void setText(String text)
text
- public void UpdateText()
Copyright © 2013–2014. All rights reserved.