This is a driver for SSD1306 128x64 and 128x32 OLED displays running on the Arduino/ESP8266 & ESP32 and mbed-os platforms. Can be used with either the I2C or SPI version of the display. You can either download this library as a zip file and unpack it to your Arduino/libraries folder...
7 Appendix A: Purchasing LCD module used in this demo Purchase the LCD board at these links: • https://www.waveshare.com/product/modules/oleds-lcds/arduino-lcd/2.8inch-tft-touch-shield.htm • http://www.waveshare.net/shop/2.8inch-TFT-Touch-Shield.htm Application Note Running coremark ...
i2cscan.py [bus number]- scans the I2C bus and displays any found device addresses CircuitPython LCD libraries fromhttps://github.com/dhylands/python_lcd lcdprint.py [text to display]- displays text on an I2C LCD display lcdscroll.py [text to scroll]- scrolls text on an I2C LCD display...
i2c (software implementation, Wire library, AVR Twi, Linux i2c-dev) spi (4-wire spi via Arduino SPI library, AVR Spi, AVR USI module) Primitive graphics functions (lines, rectangles, pixels, bitmaps, drawing canvas) Printing text to display (using fonts of different size,How to add new fo...
i2c (software implementation, Wire library, AVR Twi, Linux i2c-dev) spi (4-wire spi via Arduino SPI library, AVR Spi, AVR USI module) Primitive graphics functions (lines, rectangles, pixels, bitmaps) Printing text to display (using fonts of different size, you can use GLCD Font Creator to...