Package crackers.kobots.devices.display
Class SSD1327
-
- All Implemented Interfaces:
-
com.diozero.api.DeviceInterface
,java.lang.AutoCloseable
public final class SSD1327 extends GrayOled
https://learn.adafruit.com/adafruit-grayscale-1-5-128x128-oled-display?view=all
Arduino
https://github.com/adafruit/Adafruit_SSD1327
https://github.com/adafruit/Adafruit-GFX-Library
Python - https://github.com/adafruit/Adafruit_CircuitPython_SSD1327
Check out https://github.com/OmniXRI/Pi_Pico_OLED_SSD1327_I2C
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
SSD1327.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Integer
QWIIC_I2C_ADDRESS
public final static Integer
DEFAULT_I2C_BUS
private Boolean
displayOn
private Boolean
autoShow
private final Integer
width
private final Integer
height
private final GrayOled.DisplayType
displayType
public final static SSD1327.Companion
Companion
-
Method Summary
Modifier and Type Method Description Boolean
getDisplayOn()
Unit
setDisplayOn(Boolean displayOn)
Unit
invertDisplay(Boolean invert)
Unit
close()
-
Methods inherited from class crackers.kobots.devices.display.GrayOled
clear, display, getAutoShow, getDisplayType, getHeight, getNativeImageType, getWidth, setAutoShow, show
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SSD1327
SSD1327()
Default constructor for convenience.
-
SSD1327
SSD1327(SsdOledCommunicationChannel delegate, Boolean autoShow)
-
-
Method Detail
-
getDisplayOn
Boolean getDisplayOn()
-
setDisplayOn
Unit setDisplayOn(Boolean displayOn)
-
invertDisplay
Unit invertDisplay(Boolean invert)
-
-
-
-