![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
This tutorial shows you how to deal with the LCD extension! More...
This tutorial shows you how to deal with the LCD extension!
The OLED 128x64 Monochrome Display is connected via I²C (operating: 5V):
Arduino UNO|MEGA OLED SDA (A4|20) => SDA SCL (A5|21) => SCL 5V ( 5 V ) => VCC GND ( GND ) => GND
It is possible to print Text via LCD::print() and to draw Bitmaps with LCD::drawBitmap():