MicroCore icon indicating copy to clipboard operation
MicroCore copied to clipboard

Add OLED I2C display example

Open kholia opened this issue 2 years ago • 0 comments

This PR add an OLED I2C display example.

This example was tested on the following board with ATtiny13 inserted.

IMG_20171107_132822

This board image is taken from https://www.iot-experiments.com/attiny85-development-board/ for reference purposes.

I used a 0.96" OLED Display Module for testing this code.

This example is based on the excellent https://github.com/wagiminator/ATtiny13-TinyOLEDdemo repository.

Resource usage:

Sketch uses 894 bytes (87%) of program storage space. Maximum is 1024 bytes.
Global variables use 5 bytes (7%) of dynamic memory, ... Maximum is 64 bytes.

kholia avatar Mar 26 '22 14:03 kholia