adafruit / Adafruit_EPD

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

Fix deprecated type and erroneous function calls #68

Open ClementFoucher opened 1 year ago

ClementFoucher commented 1 year ago

Hello,

I just bought a eink display from AdaFruit, as well as STM32 feather board, and wanted to give a try to this library. However, out of the box, I found two errors and a warning when using my usual toolchain (Platformio + STM32duino).

I can't see any use case in which these changes would cause any issue, as one commit is the resolution of a deprecated type to the matching standard type, and the other tend to follow the C++ correct syntax.

Big love to AdaFruit and its wonderful products!