Package | Description |
---|---|
org.firmata4j.ssd1306 |
Modifier and Type | Method and Description |
---|---|
static SSD1306MessageFactory.ScrollDirection |
SSD1306MessageFactory.ScrollDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSD1306MessageFactory.ScrollDirection[] |
SSD1306MessageFactory.ScrollDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
SSD1306MessageFactory.setHorizontalScroll(SSD1306MessageFactory.ScrollDirection direction,
byte startAddress,
byte endAddress,
byte speed) |
static byte[] |
SSD1306MessageFactory.setVerticalAndHorizontalScroll(SSD1306MessageFactory.ScrollDirection direction,
byte startAddress,
byte endAddress,
byte speed,
byte verticalOffset) |
Copyright © 2017. All rights reserved.