Aaron Ciuffo

Results 38 issues of Aaron Ciuffo

include some reference to comic in data/layout

enhancement

Adjust layout to reduce size of attribution and clock to favor more space for longer quotes.

bug

When the driver board cannot be reached: ``` Traceback (most recent call last): File "paperpi/paperpi.py", line 658, in File "paperpi/paperpi.py", line 620, in main File "paperpi/paperpi.py", line 346, in setup_display...

enhancement

Layouts are initialized only at program startup. Once in the display loop, no further updates to the layout can be made. To make dynamic layout changes possible, the display loop...

enhancement
help wanted

This will likely require an entire rewrite of the plugin architecture and display loop.

enhancement
help wanted

crashes on unknown epd -- offer better feedback to user ``` Traceback (most recent call last): File "paperpi/paperpi.py", line 658, in File "paperpi/paperpi.py", line 620, in main File "paperpi/paperpi.py", line...

enhancement

Is there a way to add the shebang to projects that start from within Jupyter? I can't find a way other than running: `!jupytext Untitled.ipynb --update-metadata '{"jupytext":{"executable":"/usr/bin/python"}}' --to py` from...

This PR resolves issue #313 by removing unneeded imports. The current implementation is importing RPi.GPIO; this is not necessary as this is done in `epdconfig.py` and is now managed by...

**Describe the bug** Boards that use gpiozero are incompatible with HiFiBerry due to a pin conflict on GPIO 24 (pin 18). gpiozero stops all sound output. **To Reproduce** Steps to...

bug

- [ ] `get_help` generally needs to be rewritten to work better with CLI/web configuration - [ ] `_get_sample_config` points at INI version; consider removing entirely - [ ] `_get_data_keys`...