ericklein / air_quality

displays and logs local indoor and outdoor weather and air quality information
MIT License
0 stars 0 forks source link

error handling for screen not attached #40

Closed ericklein closed 2 years ago

ericklein commented 2 years ago

Need to look at error handling for display.begin()

ericklein commented 2 years ago

I added a conditional handler for display.begin(), but the routine doesn't return anything. I've checked a few Arduino EPD libraries, and none seem to check if the screen is responding properly. I've logged an issue against the library and asked in the forums how to handle this.

ericklein commented 2 years ago

EPD is write only so @ladyada closed my issue as un-fixable.