Skip to content

Add new packages to support basic hardware components #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions package-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ packages:
url: https://github.com/sandbo00/picoservo
description: A simple class for controlling a 9g servo with the Raspberry Pi Pico.
tags: ["servo"]
package_descriptor:
urls:
- [servo.py, github:sandbo00/picoservo/servo.py]
- name: micropython-DS3231-AT24C32
url: https://github.com/pangopi/micropython-DS3231-AT24C32
description: MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
Expand All @@ -99,10 +102,29 @@ packages:
url: https://github.com/ubidefeo/micropython-i2c-lcd
description: This library is designed to support a MicroPython interface for i2c LCD character screens. It is designed around the Pycom implementation of MicroPython
tags: ["display", "LCD", "RGB"]
- name: micropython-i2c-lcd-monochrome
url: https://github.com/brainelectronics/micropython-i2c-lcd
description: Micropython package to control HD44780 LCD displays 1602 and 2004 via I2C
license: MIT
- name: sh1107-micropython
url: https://github.com/nemart69/sh1107-micropython
description: Micropython driver for SH1107-based OLED display (64 x 128)
tags: ["display", "OLED"]
- name: SH1106
url: https://github.com/robert-hh/SH1106
description: MicroPython driver for the SH1106 OLED controller
tags: ["display", "OLED"]
package_descriptor:
urls:
- [sh1106.py, github:robert-hh/SH1106/sh1106.py]
- name: ir_rx
url: https://github.com/peterhinch/micropython_ir/ir_rx
description: A MicroPython driver for IR (infra red) remote controls receivers
tags: ["IR"]
- name: ir_tx
url: https://github.com/peterhinch/micropython_ir/ir_tx
description: A MicroPython driver for IR (infra red) remote controls transmitters
tags: ["IR"]
- name: pi_pico_neopixel
url: https://github.com/blaz-r/pi_pico_neopixel
description: a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico
Expand Down