Skip to content

oled

Test the Adafruit 128x64 OLED FeatherWing display.

Sketch

The sketch can be founder here.

Hypothesis

WIP

Assumptions

WIP

Procedure

WIP

Circuit

WIP

Circuit made with Circuit Diagram

Code

Install Adafruit SH110X library
arduino-cli lib install "Adafruit SH110X"
Install Adafruit GFX Library
arduino-cli lib install "Adafruit GFX Library"

Output

Serial Output
128x64 OLED FeatherWing test
OLED begun
Button test

The AAAABBBBBBCCCC is printed when the A, B, & C buttons on the OLED screen are pressed.

OLED Output
Connecting to SSID
'adafruit':connected!
IP: 10.0.1.23
Sending val #0
AAAABBBBBBCCCC

Analysis

WIP

Conclusion

WIP

References

Back to top