adafruit / Adafruit_EPD

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

fix compile error for STM32-based boards #72

Open bsatrom opened 1 year ago

bsatrom commented 1 year ago

As detailed in #69 this library does not compile on STM32-based boards because of a type expectation in st_algobase.h. This cast fixes that issue.