@@ -74,6 +74,9 @@ packages:
74
74
url : https://github.com/sandbo00/picoservo
75
75
description : A simple class for controlling a 9g servo with the Raspberry Pi Pico.
76
76
tags : ["servo"]
77
+ package_descriptor :
78
+ urls :
79
+ - [servo.py, github:sandbo00/picoservo/servo.py]
77
80
- name : micropython-DS3231-AT24C32
78
81
url : https://github.com/pangopi/micropython-DS3231-AT24C32
79
82
description : MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
@@ -99,10 +102,29 @@ packages:
99
102
url : https://github.com/ubidefeo/micropython-i2c-lcd
100
103
description : This library is designed to support a MicroPython interface for i2c LCD character screens. It is designed around the Pycom implementation of MicroPython
101
104
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
102
109
- name : sh1107-micropython
103
110
url : https://github.com/nemart69/sh1107-micropython
104
111
description : Micropython driver for SH1107-based OLED display (64 x 128)
105
112
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"]
106
128
- name : pi_pico_neopixel
107
129
url : https://github.com/blaz-r/pi_pico_neopixel
108
130
description : a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico
0 commit comments