Aaron Ciuffo

Results 38 issues of Aaron Ciuffo

The [spec pdfs on the wiki](https://www.waveshare.com/w/upload/2/2d/2.7inch-e-paper-Specification.pdf) show `Power optimization` in the init flow chart (see p35-36) and many of the [2in7 drivers](https://github.com/waveshare/e-Paper/blob/af9694c602fb24d776cd0f0b3e073a477294e3d8/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in7.py#L311) all use this line, but it is not...

Some of the EPD libraries contain an unneeded `color` argument. It does not appear to be used within the functions and makes writing code that is portable to multiple displays...

**Problem description** Termux-API implementations hang on execution under Android 11 and do not complete when executed from ssh process **Steps to reproduce** start ssh service: ``` #!/data/data/com.termux/files/usr/bin/bash termux-wake-lock /data/data/com.termux/files/usr/bin/sshd &...

What is the proper procedure for releasing the SPI/GPIO file handles when shutting down the display? As far as I can tell, when the process exits, the OS typically releases...

@veebch inspired the Reddit and crypto plugins. Need to add attributions in docs

crash on startup when fonts are missing can likely be remedied by wrapping the plugin loader in a try/except for OSError. ``` 05:24:52 686322451:build_plugin_list:38:INFO - [[ Plugin: Crypto Bitcoin v...

images go edge to edge; this looks bad if the screen is matted and the mat overlaps the panel by a few pixels.

enhancement
good first issue

`resize = 1 ` from configuration appears to be ignored. Unclear what the problem is.

Some non-text unicode characters still slip through and need to be sanitized: \u2018

bug
good first issue