From 7ac6ae8895fb602d15d33aead50f3173b4a8991d Mon Sep 17 00:00:00 2001 From: Jonathan Austin Date: Wed, 21 Jun 2017 14:51:30 +0100 Subject: [PATCH] Add package for SSD1306 OLED (#417) Thanks to @firemansamm for the work on this plugin and the docs --- targetconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index 51353792..d51605ec 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -12,7 +12,8 @@ "sparkfun/pxt-gamer-bit", "sparkfun/pxt-moto-bit", "sparkfun/pxt-weather-bit", - "KitronikLtd/pxt-kitronik-servo-lite" + "KitronikLtd/pxt-kitronik-servo-lite", + "Tinkertanker/pxt-ssd1306-microbit" ], "preferredRepos": [ "Microsoft/pxt-neopixel"