From 5b0d30fae81e856f98a17b7f1db60843bd438dcd Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Fri, 14 Jun 2024 01:16:58 +0100 Subject: [PATCH] Add Pythom1234 OLED (#5707) --- docs/extensions/extension-gallery.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index dfdb4bcd0c4..d22f5b8abd0 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -70,6 +70,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "Pythom1234 OLED Display SSD1306 128x64", + "url": "/pkg/Pythom1234/pxt-oled", + "cardType": "package" +}, { "name": "Joy-IT RB-TFT1.8", "url": "/pkg/joy-it/pxt-RB-TFT1.8", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 930aa6c389a..2ac681264dd 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -461,7 +461,8 @@ "joylabz/code-a-key-extension": {}, "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] }, "roborisen/gcube": { "tags": [ "Robotics" ] }, - "kittenbot/pxt-tabbyrobot": { "tags": [ "Robotics" ] } + "kittenbot/pxt-tabbyrobot": { "tags": [ "Robotics" ] }, + "pythom1234/pxt-oled": { "tags": [ "Lights and Display" ] } }, "upgrades": { "tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",