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

Missing header file img_conf.h #3

Closed
ajaybhargav opened this issue Jan 2, 2017 · 3 comments
Closed

Missing header file img_conf.h #3

ajaybhargav opened this issue Jan 2, 2017 · 3 comments

Comments

@ajaybhargav
Copy link
Contributor

ajaybhargav commented Jan 2, 2017

img_add.c reporting error of a missing file
#include "img_conf.h"

I think there is no template file img_conf_tmpl.h which can tell what goes in img_conf.h

@kisvegabor
Copy link
Member

kisvegabor commented Jan 2, 2017

True. Please add an empty img_conf.h to the root folder of the project. I will add template in the next release.

@ajaybhargav
Copy link
Contributor Author

I already did that. Thanks!
The sample project is not updated with the current lvgl. There are some missing defines e.g. "LV_DISPI_LONG_PRESS_REP_TIME"

@kisvegabor
Copy link
Member

In version 2.1
img_conf_templ.h added in lvgl.
lv_conf_temp.h is updated

@kisvegabor kisvegabor reopened this Jan 8, 2017
kisvegabor pushed a commit that referenced this issue Apr 15, 2019
cmumford pushed a commit to cmumford/lvgl that referenced this issue Dec 8, 2020
* Cleanup for monochrome display

* Added inverted display and landscape/portrait for ssd1306 and sh1107
@FASTSHIFT FASTSHIFT mentioned this issue May 8, 2021
kisvegabor added a commit that referenced this issue Aug 19, 2021
…-in-comments

Show real font rendering in generated comments
kisvegabor added a commit that referenced this issue Aug 19, 2021
kisvegabor added a commit that referenced this issue Aug 19, 2021
Add lots of information to README.md.
kisvegabor added a commit that referenced this issue Aug 19, 2021
lv_freetype and enable the cache manger
kisvegabor added a commit that referenced this issue Aug 19, 2021
Added jpg support alongside with sjpg
XuNeo added a commit to XuNeo/lvgl that referenced this issue May 4, 2024
AddressSanitizer:DEADLYSIGNAL
=================================================================
==110594==ERROR: AddressSanitizer: SEGV on unknown address 0x55a5ae5bd000 (pc 0x55a5ae4ad0be bp 0x7ffcc170b900 sp 0x7ffcc170b880 T0)
==110594==The signal is caused by a WRITE memory access.
    #0 0x55a5ae4ad0be in lv_canvas_fill_bg /home/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/src/widgets/canvas/lv_canvas.c:326
    lvgl#1 0x55a5ae50f8fe in generate_mask /home/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/examples/widgets/label/lv_example_label_4.c:13
    lvgl#2 0x55a5ae50fa14 in lv_example_label_4 /home/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/examples/widgets/label/lv_example_label_4.c:40
    lvgl#3 0x55a5ae45567f in main /home/neo/projects/lvgl/lv_port_pc_eclipse/main.c:981
    lvgl#4 0x7f2aaf229d8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
    lvgl#5 0x7f2aaf229e3f in __libc_start_main_impl ../csu/libc-start.c:392
    lvgl#6 0x55a5ae4532c4 in _start (/home/neo/projects/lvgl/lv_port_pc_eclipse/bin/main+0x112c4) (BuildId: 084ac2fcff35df8ea0e65e978f0a1d1799a4bb5a)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/src/widgets/canvas/lv_canvas.c:326 in lv_canvas_fill_bg
==110594==ABORTING

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
XuNeo added a commit to XuNeo/lvgl that referenced this issue May 4, 2024
AddressSanitizer:DEADLYSIGNAL
=================================================================
==110594==ERROR: AddressSanitizer: SEGV on unknown address 0x55a5ae5bd000 (pc 0x55a5ae4ad0be bp 0x7ffcc170b900 sp 0x7ffcc170b880 T0)
==110594==The signal is caused by a WRITE memory access.
    #0 0x55a5ae4ad0be in lv_canvas_fill_bg /home/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/src/widgets/canvas/lv_canvas.c:326
    lvgl#1 0x55a5ae50f8fe in generate_mask /home/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/examples/widgets/label/lv_example_label_4.c:13
    lvgl#2 0x55a5ae50fa14 in lv_example_label_4 /home/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/examples/widgets/label/lv_example_label_4.c:40
    lvgl#3 0x55a5ae45567f in main /home/neo/projects/lvgl/lv_port_pc_eclipse/main.c:981
    lvgl#4 0x7f2aaf229d8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
    lvgl#5 0x7f2aaf229e3f in __libc_start_main_impl ../csu/libc-start.c:392
    lvgl#6 0x55a5ae4532c4 in _start (/home/neo/projects/lvgl/lv_port_pc_eclipse/bin/main+0x112c4) (BuildId: 084ac2fcff35df8ea0e65e978f0a1d1799a4bb5a)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/src/widgets/canvas/lv_canvas.c:326 in lv_canvas_fill_bg
==110594==ABORTING

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
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

Successfully merging a pull request may close this issue.

2 participants