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

not working with arduino as a component #52

Open
ZakiyaMiller opened this issue Mar 4, 2023 · 0 comments
Open

not working with arduino as a component #52

ZakiyaMiller opened this issue Mar 4, 2023 · 0 comments

Comments

@ZakiyaMiller
Copy link

I am currently working on a project that involves using an SSD1306 OLED with the U8g2 library. However, I have encountered some issues as many functions in the U8g2 library are exclusive to Arduino and do not work with the ESP IDF. To resolve this issue, I added an Arduino component(as described here) to my project and the code worked fine.

However, when I attempted to use your project with Arduino as a component, it failed to detect the component and displayed an error message stating that the directory doesn't exist. This error occurs when I use the Arduino config where you use setup() and loop() instead of app_main().
Heres the full error :
image

What do you think is causing this issue?

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