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 classSSD1327.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerQWIIC_I2C_ADDRESSpublic final static IntegerDEFAULT_I2C_BUSprivate BooleandisplayOnprivate BooleanautoShowprivate final Integerwidthprivate final Integerheightprivate final GrayOled.DisplayTypedisplayTypepublic final static SSD1327.CompanionCompanion
-
Method Summary
Modifier and Type Method Description BooleangetDisplayOn()UnitsetDisplayOn(Boolean displayOn)UnitinvertDisplay(Boolean invert)Unitclose()-
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)
-
-
-
-