Skip to content

Commit

Permalink
Merge pull request #201 from bablokb/main
Browse files Browse the repository at this point in the history
library for Waveshare's E-Ink Segment-Display
  • Loading branch information
tannewt authored Dec 8, 2023
2 parents af2b940 + 2b58aa5 commit d959237
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,6 @@
[submodule "libraries/helpers/biplane"]
path = libraries/helpers/biplane
url = https://github.com/Uberi/biplane.git
[submodule "libraries/drivers/segment_display"]
path = libraries/drivers/segment_display
url = https://github.com/bablokb/circuitpython-segment-display.git
1 change: 1 addition & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [TM1637 7-Segment Display](https://github.com/Neradoc/CircuitPython_tm1637_display.git) CircuitPython library for a TM1637 7-segment display board ([Docs](https://tm1637-display-for-circuitpython.readthedocs.io/))
* [Waveshare's I2C Character Display LCD1602](https://github.com/Neradoc/Circuitpython_Waveshare_LCD1602.git) Drive for Waveshare's I2C character display LCD1602 ([PyPi](https://pypi.org/project/circuitpython-waveshare-lcd1602)) \([Docs](https://waveshare-lcd1602-circuitpython-driver.readthedocs.io/))
* [Woolsey Workshop CircuitPython 74HC165](https://github.com/WoolseyWorkshop/WoolseyWorkshop_CircuitPython_74HC165.git) CircuitPython driver for 74HC165 shift register. ([PyPI](https://pypi.org/project/woolseyworkshop-circuitpython-74hc165/)) \([Docs](https://woolseyworkshop-circuitpython-74hc165.readthedocs.io/en/latest/))
* [Waveshare's I2C E-Ink Segment-Display](https://github.com/bablokb/circuitpython-segment-display.git) CircuitPython driver for E-Ink Segment-Display

## Helpers:
* [Absolute Mouse](https://github.com/Neradoc/CircuitPython_Absolute_Mouse) An Absolute Position Mouse HID library and descriptor for adafruit\_hid ([Docs](https://circuitpython-absolute-mouse.readthedocs.io/))
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/segment_display
Submodule segment_display added at 04f451

0 comments on commit d959237

Please sign in to comment.