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

ESP32 doesn't find library #104

Open
gregfox151 opened this issue Jun 24, 2023 · 1 comment
Open

ESP32 doesn't find library #104

gregfox151 opened this issue Jun 24, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@gregfox151
Copy link

Ask any question, you have, regarding the library
ON complying an ESP32 LOLIN32, I get this message:
FQBN: esp32:esp32:lolin32

In file included from C:\Users\greg\Documents\Arduino\OLED\OLED_Test-OK\lcdgfx.h:30:0,
from C:\Users\greg\Documents\Arduino\OLED\OLED_Test-OK\OLED_Test-OK.ino:3:
C:\Users\Documents\Arduino\OLED\OLED_Test-OK\nano_gfx_types.h:31:24: fatal error: lcd_hal/io.h: No such file or directory
compilation terminated.
Alternatives for lcd_hal/io.h: []
ResolveLibrary(lcd_hal/io.h)
-> candidates: []

exit status 1

Compilation error: lcd_hal/io.h: No such file or directory


I have included;
#include "lcdgfx.h"
#include "lcdgfx_gui.h"
#include "esp_system.h"
But I still get the error, what can be wrong

@gregfox151 gregfox151 added the question Further information is requested label Jun 24, 2023
@lexus2k
Copy link
Owner

lexus2k commented Jun 29, 2023

Hi. If you're using Arduino IDE please install the library like all other regular Arduino libraries to libraries subfolder.

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

No branches or pull requests

2 participants