From 1e1a92eda3091d5b129d4a604c286a898f5e3769 Mon Sep 17 00:00:00 2001 From: Mykhailo Tymchyshyn Date: Tue, 29 Jul 2025 20:46:43 +0300 Subject: [PATCH 1/2] Add SH1106 community example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf35523..91fbf253 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Note that the SDK integration examples (Pico SDK, Zephyr SDK, etc.) are not reco | [EmbeddedSwift nRF52 Examples](https://github.com/nelcea/EmbeddedSwift-nRF52-Examples) | nRF52840 (Development Kit) | A collection of examples using Embedded Swift on top of nRF Connect SDK (Zephyr). | | [Swatak](https://github.com/nelcea/EmbeddedSwift-nRF52-Swatak) | nRF52840 (Seeed Studio XIAO) | A reaction time game inspired by BATAKĀ© boards, implemented in Embedded Swift using nRF Connect SDK. | | [swift-picosystem-example](https://github.com/jerrodputman/swift-picosystem-example) | PicoSystem | An Embedded Swift demo running on the Pimoroni PicoSystem | +| [pico-swift-sh1106](https://github.com/mkbrwr/pico-swift-sh1106) | Pico 2 | Display Driver for SH1106 | | [PlaydateKit](https://github.com/finnvoor/PlaydateKit) | Playdate | A full featured framework for building Playdate games using Embedded Swift. | | [swift-playdate-examples](https://github.com/swiftlang/swift-playdate-examples) | Playdate | An Embedded Swift game running on Playdate by Panic. | | [swift-stm32c011-examples](https://github.com/xtremekforever/swift-stm32c011-examples) | STM32 | Examples of running Embedded Swift on the STM32C011, which is a tiny MCU with only 6KB of SRAM and 32KB of flash. | From ee0f07fb43bb6da491ab69bd7dec3512362879cb Mon Sep 17 00:00:00 2001 From: Mykhailo Tymchyshyn Date: Wed, 5 Nov 2025 03:24:24 +0200 Subject: [PATCH 2/2] add ST7789 example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91fbf253..0a360e06 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Note that the SDK integration examples (Pico SDK, Zephyr SDK, etc.) are not reco | [Swatak](https://github.com/nelcea/EmbeddedSwift-nRF52-Swatak) | nRF52840 (Seeed Studio XIAO) | A reaction time game inspired by BATAKĀ© boards, implemented in Embedded Swift using nRF Connect SDK. | | [swift-picosystem-example](https://github.com/jerrodputman/swift-picosystem-example) | PicoSystem | An Embedded Swift demo running on the Pimoroni PicoSystem | | [pico-swift-sh1106](https://github.com/mkbrwr/pico-swift-sh1106) | Pico 2 | Display Driver for SH1106 | +| [swift-st7789-lcd](https://github.com/mkbrwr/swift-st7789-lcd) | Pico 2 | Display Driver for ST7789 | | [PlaydateKit](https://github.com/finnvoor/PlaydateKit) | Playdate | A full featured framework for building Playdate games using Embedded Swift. | | [swift-playdate-examples](https://github.com/swiftlang/swift-playdate-examples) | Playdate | An Embedded Swift game running on Playdate by Panic. | | [swift-stm32c011-examples](https://github.com/xtremekforever/swift-stm32c011-examples) | STM32 | Examples of running Embedded Swift on the STM32C011, which is a tiny MCU with only 6KB of SRAM and 32KB of flash. |