Neo Xu
873549150e
refactor(display): add API to set raw buffer to display ( #5274 )
...
The drivers have been changed back original logic. Fix #5270 Fix #5271
Related to #5204 lvgl/lv_binding_micropython#313
Discussion on #5273
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-11 06:48:51 +01:00
Neo Xu
9230e6df9b
feat(script): allow to run code-format.py outside of script/ ( #4975 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-11 14:28:09 +01:00
Xiang Xiao
dc1e4c87b0
fix(format): check more source code ( #3493 )
...
and sync .pre-commit-config.yaml with scripts/code-format.py
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-18 15:28:16 +02:00
Gabor Kiss-Vamosi
318146a2c2
feat(draw): support transforming widgets and improfe sw transform
...
For details see: https://docs.lvgl.io/master/overview/style.html
2022-04-26 10:45:12 +02:00
Carlos Diaz
a83cae012d
feat(script): add pre-commit configuration for code formatting ( #3092 )
...
* Add initial pre-commit configuration for code formatting
* chore: Move --recursive switch from cfg file to script
* pre-commit: Update format-source hook to use code-format.cfg
Also remove the code-format-per-file.cfg file as it's now unused
* docs: Add section about pre-commit
2022-02-24 18:44:39 +01:00
embeddedt
9771050b99
chore(format) add formatting for examples & demos, merge test config
2022-02-13 13:59:17 -05:00
Carlos Diaz
2c7760c687
chore(test): format test cases ( #3071 )
2022-02-03 09:59:55 +01:00
guoweilkd
81f7d50c45
feat(freetype): support bold and italic ( #2824 )
...
* feat(freetype):support bold and italic
* fix(format): replace code-format.sh with code-format.py
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-11-24 20:19:09 +01:00