New-LiquidCrystal icon indicating copy to clipboard operation
New-LiquidCrystal copied to clipboard

New-LiquidCrystal issues with Adafruit ESP32 Featherboard and PlatformIO

Open drachnik opened this issue 11 months ago • 0 comments

I am running into some issues with the libraries that the SoftI2cMaster_ calls out in this library. The #include <util/delay.h> causes issues when compiling the scripts on platformio as its not a recognized libary available to the ESP32. But when this is used in the arduino IDE environment it will fully compile.

removing the #include <util/delay.h> and changing the _delay_us() to delayMicroseconds() helps for some of the issues, but further issues arise when calling out Uint8_t on the LCD. I am wondering if this issue has been addressed or encounterd by other using this library?

drachnik avatar Nov 07 '24 18:11 drachnik