We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用ESP-IDF 4.2导入esp32s2/rom/tjpgd.h 编译报错
undefined reference to `jd_prepare' undefined reference to `jd_decomp'
The text was updated successfully, but these errors were encountered:
Sorry for the inconvenience, tjpgd library does not exist in ESP32-S2 ROM. The header file must be added by accident. We will remove it. If you want to use tjpgd, you should pull in the source code and add them into your build. See https://github.com/espressif/esp-idf/tree/master/examples/peripherals/spi_master/lcd/components/tjpgd
Sorry, something went wrong.
0daff84
No branches or pull requests
使用ESP-IDF 4.2导入esp32s2/rom/tjpgd.h
编译报错
The text was updated successfully, but these errors were encountered: