v8.3.11 is released
Written by
kisvegabor
on
v8.3.11 6 December 2023
New Features
- feat(table): add user_data to table cells
4767
- feat(tiny_ttf): backport Tiny TTF to lvgl 8
4727
- feat(littlefs): add lv_fs_littlefs system as a driver
4677
Fixes
- fix(obj): readjust scroll after layout when child removed
4921
- fix(rt-thread): fix create lvgl thread problem
4862
- fix(obj): fix arduino compile warnings
4807
- fix(table):fix issue with abnormal string output of ‘lv_table_set_cell_value_fmt’
4804
- fix(table) user data API functions renamed
4769
- fix(ime_pinyin): keep cursor in the textarea when a candidate is pressed
4731
- fix(draw_needles): changed needle line draw start point from scale ce…
4682
- fix(arc): handle click outside background angle range (#4586)
4667
- fix(meter): fix minor issues
4657
- fix(draw): fix compiler error in lv_draw_sw_transform.c #2
4612
- fix(dropdown): avoid partial match in lv_dropdown_get_option_index
4598
- fix(dropdown): reset char_i = 0, avoid access overflow
4589
- fix(btnmatrix): set LV_BTNMATRIX_BTN_NONE when clicking of disabled button (#4571)
4578
- fix(qrcode): use LV_ASSERT instead of assert
1840dec
- fix: fix warning in lv_draw_sw_letter.c
d22cda3
- fix(arc): fix setting value by click
20b6199
- fix(disp): fix infinite recursive SCREEN_LOADED events
ef76206
- fix(keyboard): add ‘&’ character
d20bd1c
- fix(draw): fix scaling rectangle parts with opa
7a8fcbf
Docs
Others
- chore(cmsis-pack): prepare for v8.3.11
4936
- chore(cmake): add support for user-specified lv_conf.h path
4689
- STM32U5 DMA2D support (8.3)
4643
- backport: fix(lv_disp): fix lv_scr_load_anim being called twice quickly
4629
- chore(lv_draw_sw_letter.c): Fix print format
4615
- chore: fix compile error
7568df7