public class GPSLogoZone extends Object implements uk.theretiredprogrammer.rpiembeddedlibrary.screen.Zone
| Constructor and Description |
|---|
GPSLogoZone(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display,
String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint() |
void |
paint(boolean force) |
void |
setMessage(String message)
Set the user message text.
|
public GPSLogoZone(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display,
String message)
throws IOException
display - the display devicemessage - the user message to add to the logoIOException - if problemspublic void setMessage(String message) throws IOException
message - the user message to add to the logoIOException - if problemspublic void paint()
throws IOException
paint in interface uk.theretiredprogrammer.rpiembeddedlibrary.screen.ZoneIOExceptionpublic void paint(boolean force)
throws IOException
paint in interface uk.theretiredprogrammer.rpiembeddedlibrary.screen.ZoneIOExceptionCopyright © 2017. All rights reserved.