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

ESP32s2 无法使用jd_decomp与jd_prepare (IDFGH-3474) #5434

Closed
HoGC opened this issue Jun 11, 2020 · 1 comment
Closed

ESP32s2 无法使用jd_decomp与jd_prepare (IDFGH-3474) #5434

HoGC opened this issue Jun 11, 2020 · 1 comment

Comments

@HoGC
Copy link

HoGC commented Jun 11, 2020

使用ESP-IDF 4.2导入esp32s2/rom/tjpgd.h
编译报错

undefined reference to `jd_prepare'
undefined reference to `jd_decomp'
@github-actions github-actions bot changed the title ESP32s2 无法使用jd_decomp与jd_prepare ESP32s2 无法使用jd_decomp与jd_prepare (IDFGH-3474) Jun 11, 2020
@suda-morris
Copy link
Collaborator

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

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