From 58612928d05b40465783934cf98ede942f37771e Mon Sep 17 00:00:00 2001 From: Mark Hermeling Date: Mon, 30 Mar 2026 09:04:08 -0400 Subject: [PATCH] pico_st7789 0.1.2 (via `alr publish`) (#1844) --- index/pi/pico_st7789/pico_st7789-0.1.2.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/pi/pico_st7789/pico_st7789-0.1.2.toml diff --git a/index/pi/pico_st7789/pico_st7789-0.1.2.toml b/index/pi/pico_st7789/pico_st7789-0.1.2.toml new file mode 100644 index 00000000..11bc9495 --- /dev/null +++ b/index/pi/pico_st7789/pico_st7789-0.1.2.toml @@ -0,0 +1,18 @@ +name = "pico_st7789" +description = "ST7789 display driver for RP2040 (PIO parallel + SPI)" +version = "0.1.2" + +authors = ["Mark Hermeling"] +maintainers = ["Mark Hermeling "] +maintainers-logins = ["markhermeling"] +licenses = "Apache-2.0" +website = "https://gitlab.com/mhermeling/st7789" +tags = ["embedded", "st7789", "display", "rp2040", "pio", "spi"] + +[[depends-on]] +rp2040_hal = "*" +light_tasking_rp2040 = "*" +[origin] +commit = "8f4687e1a526c0c91f4b753d8cea9a4ebe043228" +url = "git+https://gitlab.com/mhermeling/st7789.git" +