Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New-LiquidCrystal issues with Adafruit ESP32 Featherboard and PlatformIO #15

Open
drachnik opened this issue Nov 7, 2024 · 0 comments

Comments

@drachnik
Copy link

drachnik commented Nov 7, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant