Organic light-emitting diode or in short OLED display are latest display technology with wider viewing angles then the 16 * 2 LCD display that were used in back days. The i2c oled display needs only 2 wire for data and 2 for vcc and gnd ,whereas the 16*2 display 6 wires for data and other 3 wires for vcc,gnd and backlight. This reduces the pins used on arduino, thus giving us multiple things to connect .
In this tutorial I will show you how you can display or make your own 3d animation on an oled display.
You will need to download the following libraries
Configuring idiotware shieldFor more information how the code works please check this out https://www.youtube.com/watch?v=_t_lfcGV_YM
Once you upload the code you can see the animations on oled display running
Comments