Skip to content

Commit c94c8ca

Browse files
authored
Merge pull request #24 from arduino/new-libs
Add new packages to support basic hardware components
2 parents 84b60e4 + 1e87e22 commit c94c8ca

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package-list.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ packages:
7474
url: https://github.com/sandbo00/picoservo
7575
description: A simple class for controlling a 9g servo with the Raspberry Pi Pico.
7676
tags: ["servo"]
77+
package_descriptor:
78+
urls:
79+
- [servo.py, github:sandbo00/picoservo/servo.py]
7780
- name: micropython-DS3231-AT24C32
7881
url: https://github.com/pangopi/micropython-DS3231-AT24C32
7982
description: MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
@@ -99,10 +102,29 @@ packages:
99102
url: https://github.com/ubidefeo/micropython-i2c-lcd
100103
description: This library is designed to support a MicroPython interface for i2c LCD character screens. It is designed around the Pycom implementation of MicroPython
101104
tags: ["display", "LCD", "RGB"]
105+
- name: micropython-i2c-lcd-monochrome
106+
url: https://github.com/brainelectronics/micropython-i2c-lcd
107+
description: Micropython package to control HD44780 LCD displays 1602 and 2004 via I2C
108+
license: MIT
102109
- name: sh1107-micropython
103110
url: https://github.com/nemart69/sh1107-micropython
104111
description: Micropython driver for SH1107-based OLED display (64 x 128)
105112
tags: ["display", "OLED"]
113+
- name: SH1106
114+
url: https://github.com/robert-hh/SH1106
115+
description: MicroPython driver for the SH1106 OLED controller
116+
tags: ["display", "OLED"]
117+
package_descriptor:
118+
urls:
119+
- [sh1106.py, github:robert-hh/SH1106/sh1106.py]
120+
- name: ir_rx
121+
url: https://github.com/peterhinch/micropython_ir/ir_rx
122+
description: A MicroPython driver for IR (infra red) remote controls receivers
123+
tags: ["IR"]
124+
- name: ir_tx
125+
url: https://github.com/peterhinch/micropython_ir/ir_tx
126+
description: A MicroPython driver for IR (infra red) remote controls transmitters
127+
tags: ["IR"]
106128
- name: pi_pico_neopixel
107129
url: https://github.com/blaz-r/pi_pico_neopixel
108130
description: a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico

0 commit comments

Comments
 (0)