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

#include "dsps_fft2r_platform.h" is not found. #73

Open
AC-Mike opened this issue Mar 13, 2024 · 1 comment
Open

#include "dsps_fft2r_platform.h" is not found. #73

AC-Mike opened this issue Mar 13, 2024 · 1 comment

Comments

@AC-Mike
Copy link

AC-Mike commented Mar 13, 2024

I am using JPEGDEC with ESP32-S2 and platformIO. I use JPEGDEC by adding it to the lib_deps: in the platformio.ini file
lib_deps =
moononournation/GFX Library for Arduino@^1.4.6
bitbank2/JPEGDEC@^1.4.2

When it builds it tries to #include "dsps_fft2r_platform.h" but it is not loaded in the lib_deps folder. The s3_simd_420.S and s3_simd_444.S have the include within ARDUINO_ARCH_ESP32.

#ifdef ARDUINO_ARCH_ESP32
#include "dsps_fft2r_platform.h"

Do I need to include another dependency to bring in dsps_fft2r_platform? Since these files are specific to the S3 and I'm using the S2 should the #ifdef label be something more specific to the S3?

This is an old project that once compiled with these two dependencies and not it does not. This library hasn't changed, so I suspect something in the development environment has.

I need your help sorting this out.

Thanks,

Mike.

@bitbank2
Copy link
Owner

Hi Mike,
I haven't used my ESP32-S2 in a while; I'll dust it off and figure out how to fix this.

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

2 participants