v8.3.4 is released
Written by
kisvegabor
on
New Features
- feat(keyboard): ported arabic keyboard from release 7.10.0
3728
- feat(table): scroll to the selected cell with key navigation
39d03a8
Fixes
- fix(rt-thread): sync rt-thread v5.0.0 rt_align
3864
- fix(draw): SDL2 gradient support #3848
3856
- fix(esp.cmake): add demos and examples
3784
- fix(indev): fix scrolling on transformed obejcts
84cf05d
- fix(style): add the missing support for pct pivot in tranasform style properties
c8e584f
- fix(flex): be sure obj->w_layout and h_layout can’t be set at the same time
c4c4007
- fix(chart): fix very dense bar charts
bb2c2ac
- fix(draw): handle LV_COLOR_DEPTH == 1 too in lv_draw_sw_transform
bd11ad8
- fix(example): fix warnings
1e3ca25
- fix(benchmark): fix warnings
1ed026c
- fix(draw): fix text color with sub pixel rendering and BGR order
e050f5c
- fix(meter): fix setting part_draw_dsc.id in needle img drawing
716e5e2
- fix(gridnav): fix stucking in pressed state with encoder
ad56dfa
- fix(darw): add back the disappeared antialising=0 support
2c17b28
- fix(msg): fix typos in API by adding wrappers
41fa416
- fix(draw): fix transformation accuracy
e06f03d
- fix(style): remove the reduntant define of LV_GRADIENT_MAX_STOPS
903e94b
- demo(benchmark): fix lv_label_set_text_fmt format strings
ae38258
- demo(benchmark): fix warning
1173dcb