adafruit / Adafruit_EPD

e-paper display driver for Arduino
140 stars 56 forks source link

Problem with ACEP7 e-paper Dipslay #56

Open TimLehm opened 2 years ago

TimLehm commented 2 years ago

Hey, first i am very new to this topic but i am super interseted and ordert myself the 5.65 inch AcEP EP Display from Waveshare and the ESP32 Driver Board from Waveshare. But now i intsalled your Libary and the SdFat and SPIFlash but i get some issues while compiling. I hope you can help me :)

Here is the error Code

Arduino: 1.8.16 (Windows 10), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"

C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp: In member function 'SPIFlash_Device_t* Adafruit_FlashTransport_ESP32::getFlashDevice()':

C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp:54:3: error: 'esp_flash_t' was not declared in this scope

esp_flash_t const *flash = _partition->flash_chip;

^

C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp:55:36: error: 'flash' was not declared in this scope

_flash_device.manufacturer_id = (flash->chip_id >> 16);

                                ^

exit status 1

Fehler beim Kompilieren für das Board ESP32 Dev Module.