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

Problem with ACEP7 e-paper Dipslay #56

Open
TimLehm opened this issue Dec 13, 2021 · 0 comments
Open

Problem with ACEP7 e-paper Dipslay #56

TimLehm opened this issue Dec 13, 2021 · 0 comments

Comments

@TimLehm
Copy link

TimLehm commented Dec 13, 2021

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.

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