Package | Description |
---|---|
tijos.framework.devicecenter |
Device bus related classes, such as GPIO I2C, PWM, etc., can be used to develop the sensor which is not supported in the standard library
|
tijos.framework.transducer.oled |
OLED classes
|
Modifier and Type | Method and Description |
---|---|
static TiI2CMaster |
TiI2CMaster.open(int portID)
Open the TiI2CMaster port by port id, and return the object
NOTE: the SMBA disable, remapID is 0, that is default location |
static TiI2CMaster |
TiI2CMaster.openRemap(int portID,
boolean smba,
int remapID)
Open the TiI2CMaster port by port id and remap id, and return the object
|
Constructor and Description |
---|
TiOLED_UG2864(TiI2CMaster i2c,
int address)
TiOLED_UG2864 initialization
|