adafruit / Adafruit_Python_LED_Backpack

Python library for controlling LED backpack displays such as 8x8 matrices, bar graphs, and 7/14-segment displays on a Raspberry Pi or BeagleBone Black.
MIT License
91 stars 66 forks source link

I want to make a PR to extend character set for SevenSegment.py #30

Closed joshgc closed 3 years ago

joshgc commented 5 years ago

Hi all,

I have a working version of SevenSegment.py in my local branch that adds a variety of new characters to the seven segment display driver. Its backwards compatible, doesn't add any significant overhead (loading on my RPi0W still takes < 150 microseconds) and works correctly when inverted. Also I added some comments about the logic behind the driver just to help the next reader be informed about how it works.

Do I have to do anything special to submit the PR? I'm getting a 403 from my git push.

Josh

joshgc commented 5 years ago

Ah, sorry, so as an example now messages like this are possible:

'HELP' '59\degC' 'Err7'

caternuson commented 3 years ago

Hello. We are archiving this repo. The new library is here: https://github.com/adafruit/Adafruit_CircuitPython_HT16K33