adafruit / Adafruit_EPD

e-paper display driver for Arduino
140 stars 56 forks source link

Change some local vars to be more explicit #34

Closed caternuson closed 3 years ago

caternuson commented 3 years ago

Fixes #32

The implicit casting was causing grief on AVR.

Tested on Metro Mini and Itsy Bitsy M4 (to prove it didn't break ARM) using EPDTest.ino.

Here's the Metro Mini setup: metro_mini_epd

ladyada commented 3 years ago

thank ya!