lexus2k / lcdgfx

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
MIT License
356 stars 51 forks source link

ESP32 doesn't find library #104

Open gregfox151 opened 1 year ago

gregfox151 commented 1 year ago

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

lexus2k commented 1 year ago

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