TaraHoleInIt / tarablessd1306_examples

Examples for the TarableSSD1306 component for the ESP32 and ESP-IDF SDK
MIT License
16 stars 9 forks source link

build error : /Users/takabatomoki/Desktop/esp_oled/HelloWorld/main/main.c:47: undefined reference to `SSD1306_SPIMasterInitDefault' #3

Closed acsses closed 4 years ago

acsses commented 4 years ago

I built this program but got the following error /Users/<user name>/Desktop/esp_oled/HelloWorld/main/main.c:47: undefined reference to SSD1306_SPIMasterInitDefault' How do I resolve this error? I would be grateful if you could teach

TaraHoleInIt commented 4 years ago

make menuconfig component config->tarable ssd1306->enable default spi interface

acsses commented 4 years ago

Thank you!! Tried and successfully built!! We apologize for the inconvenience. Thank you very much!!!!!