Arduino – Display OLED via I2C (SH1106) voorbeelden

Hardware

Display OLED 128x64 I2C bovenkant

Deze pagina beschrijft een aantal voorbeelden van een OLED 128×64 I2C display op een arduino.

 

Aansluiten en info:

1) Arduino – Display OLED via I2C (SH1106)


Script – Walking bitmap

Display OLED I2C walking bitmap


Script – Display waveform

Display oscilloscope-like waveform on 0.96″ 128X64 I2C OLED with Arduino. Read analog input (A0) and plot the waveform acordingly.

This example read analog input inside loop(), it’s not in fixed timing, and affected by the slow operation of displaying. To read input in accurate timing

Display OLED I2C display waveform


Script – Capture analog input

Last post show a “oscilloscope-like waveform on 0.96″ 128X64 I2C OLED with Arduino Nano”. But the analog input is captured inside loop(), it’s not in fixed timing, and affected by the slow operation of displaying.

Display OLED I2C capture analog input


Bronnen:
arduino-er.blogspot.nl