We just released version 4.0.0. Please have a look at ourupgrade guide 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 ...
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 ...
lcdprint.py [text to display]- displays text on an I2C LCD display lcdscroll.py [text to scroll]- scrolls text on an I2C LCD display temperature.py- displays temperature value from onboard temperature sensor to screen and I2C LCD display ...
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 fonts,Useful tools) ...
FreeRTOS Arduino AVR port: https://github.com/feilipu/Arduino_FreeRTOS_Library Extensive FreeRTOS Arduino AVR port with libraries and samples: https://github.com/feilipu/avrfreertos Tooling VSCode Text Editor: https://code.visualstudio.com/ PlatformIO for VSCode integrated IDE: http://platformio...
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 create new fonts) ...