Skip to content

Commit

Permalink
Add Pythom1234 OLED
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwork committed Jun 13, 2024
1 parent 0017b77 commit ab0f05d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/extensions/extension-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ab0f05d

Please sign in to comment.