Alec Delaney

Results 98 comments of Alec Delaney

I think it's referring to the sphinx docs, that dynamically update the date range with each build and show it at the bottom of the page, controlled in `docs/conf.py`: https://github.com/adafruit/cookiecutter-adafruit-circuitpython/blob/9abfd3d0f29fb28dd62c64caa91ea1e21c119b17/%7B%7B%20cookiecutter.__dirname%20%7D%7D/docs/%7B%25%20if%20cookiecutter.sphinx_docs%20in%20%5B'y'%2C%20'yes'%5D%20%25%7Dconf.py%7B%25%20endif%20%25%7D#L58-L63...

Hi @brianredbeard you did open it in that repo but it's a persistent problem across all of the repositories, so I transferred it here to the root of the problem...

All of the libraries have a patch update like you linked that mimics this cookiecutter change so it's easier to track here

I'm still watching this, but didn't know if @dhalbert's comment about hearing from a lawyer should happen first.

Datasheet says it's doable! Check out page 13: https://cdn-shop.adafruit.com/datasheets/MAX7219.pdf

Ah, got it! I wonder if it can be made configurable!

@bschymanski you'll need to save this library (as specifically this pull request branch) from GitHub and place it in your board's lib folder in order to test it

You can download the repository as this ZIP file: https://github.com/tekktrik/Adafruit_CircuitPython_MAX7219/archive/refs/heads/dev/chainable-bcd-digits.zip Take the folder labeled `adafruit_max7219` in there and use it instead of the one you've been using. That way we...

Once you do that, you should be able to use it as you've done earlier with: ```python segment = bcddigits.BCDDigits(spi, cs, nDigits=16) ``` If not, I'll have to make changes!

Thanks for testing! I see the issue, I'll let you know when it's ready for another test!