ssd1306 0.2.3

I2C/SPI driver for the SSD1306 OLED display controller
Documentation
#!/bin/sh

set -e

cargo build --target $TARGET --all-features --release

if [ -z $DISABLE_EXAMPLES ]; then
	cargo build --target $TARGET --all-features --examples
fi