From 20b80baa5d27a94f0ccd2ebd1dd61a2aa4ec4a84 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 25 Sep 2019 14:30:16 +0100 Subject: [PATCH] add xinabox OD01 and breakout display section (#2397) * add xinabox OD01 and breakout display section * Update targetconfig.json * Update extensions.md --- docs/extensions.md | 28 ++++++++++++++++++++-------- targetconfig.json | 2 +- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/docs/extensions.md b/docs/extensions.md index e65f1ecb..b3ec994a 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -166,6 +166,26 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on }] ``` +## Display + +```codecard +[{ + "name": "XinaBox OD01 Display", + "url":"/pkg/xinabox/pxt-OD01", + "cardType": "package" +}, +{ + "name": "ssd1306 OLED", + "url":"/pkg/Tinkertanker/pxt-oled-ssd1306", + "cardType": "package" +}, +{ + "name": "I2C LCD 1602 Display", + "url": "/pkg/1010Technologies/pxt-makerbit-ir-lcd1602", + "cardType": "package" +}] +``` + ## STEM ```codecard @@ -285,10 +305,6 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Bluetooth MAX6675", "url":"/pkg/microsoft/pxt-bluetooth-max6675", "cardType": "package" -}, { - "name": "ssd1306 OLED", - "url":"/pkg/Tinkertanker/pxt-oled-ssd1306", - "cardType": "package" }, { "name": "ky040 rotary", "url":"/pkg/Tinkertanker/pxt-rotary-encoder-ky040", @@ -349,10 +365,6 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Keyestudio Infrared Receiver", "url": "/pkg/1010Technologies/pxt-makerbit-ir-receiver", "cardType": "package" -}, { - "name": "I2C LCD 1602 Display", - "url": "/pkg/1010Technologies/pxt-makerbit-ir-lcd1602", - "cardType": "package" }, { "name": "BMP280 Barrometer", "url": "/pkg/rebeccaclavier/pxt-bmp280", diff --git a/targetconfig.json b/targetconfig.json index 041b32ea..11d884c2 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -140,7 +140,7 @@ "sparkfun/pxt-gator-soil", "sparkfun/pxt-gator-microphone", "rebeccaclavier/pxt-bmp280", - "makecode-extensions/HTS221", + "xinabox/pxt-OD01", "51bit/dfplayermini", "makecode-extensions/STTS751", "makecode-extensions/LSM6DSO",