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
But CodeBlocks lvgl9.1 can display images normally!
The text was updated successfully, but these errors were encountered:
I also encountered the same problem. The examples and demos were normal, but the code I wrote myself did not work.
Sorry, something went wrong.
我发现这是 C 和 C++ 语法不同的原因,经过测试,可以为 lvgl 生成的 img_test.c 添加一个 img_test.h 文件,并且添加上 '''#ifdef __cplusplus extern "C" { #endif
extern const lv_image_dsc_t img_test;
#ifdef __cplusplus } /extern "C"/ #endif '''
在我的电脑上测试是可以正常显示的。
No branches or pull requests
But CodeBlocks lvgl9.1 can display images normally!
The text was updated successfully, but these errors were encountered: