Datasheet
void setBatteryIcon ( bool enable )
Setting this to 'true' will cause an icon to be displayed for the battery level. Setting this to
'false' will cause the raw voltage level to be displayed as a text string.
void clearMsgArea ( void )
Calling this function will clear the middle 128x16 pixels message area on the OLED display.
Adafruit_FeatherOLED_WiFi
This sub-class is designed to display basic WiFi details like your IP address, connection
status and the RSSI level for your connection. It can be used with boards like the Adafruit
WICED Feather (http://adafru.it/3056), which includes a sample
sketch (http://adafru.it/nbg) for this class in the default example folder.
void setConnected ( bool conn )
Sets the 'connected' status to either true or false, which will cause the appropriate icon to
be updated on the bottom 8 pixel status bar.
void setConnectedVisible ( bool enable )
Enables or disables the connected icon in the bottom 8 pixel status bar. Setting this to 'true'
enables the connected icon.
void setRSSI ( int rssi )
Sets the RSSI level for the connection, which is a value describing the relative signal
strength in dBm between two connected wireless devices. This is a negative integer value
where the smaller the number the better the signal strength (meaning -90dBm is much
weaker than -65dBm).
void setRSSIVisible ( bool enable )
Enables or disables the RSSI icon in the top 8 pixel status bar. Setting this to 'true' enables
the RSSI icon.
void setIPAddress ( uint32_t addr )
Sets the IP address for the device, which will be displayed in the bottom 8 pixel status bar
© Adafruit Industries https://learn.adafruit.com/adafruit-oled-featherwing Page 23 of 32










