aboutsummaryrefslogtreecommitdiff
path: root/scripts/built_in_font/built_in_font_gen.py
Commit message (Collapse)AuthorAge
* chore replace LittlevGL references with LVGL (#2913)Man, Jianting (Meco)2021-12-17
|
* fix(font) improve builtin font source files generation process (#2825)Xiang Xiao2021-11-22
| | | | | | | | | | | | | | | | * fix(built_in_font_gen.py): change the output format from bin to lvgl Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(generate_all.py): improve the builtin font generation 1.run astyle on the generated source files 2.copy these files to src/font folder Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(font): regenerate all builtin font files Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* fix(scripts): switch all scripts to python3 (#2820)Xiang Xiao2021-11-22
| | | | | | | | | * fix(scripts): switch all to python3 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(changelog-template.hbs): remove the duplicated message fix Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* chore(font) code clean up (#2821)Xiang Xiao2021-11-22
| | | | | | | | | | | | | | | * fix(lv_symbol_def.h): LV_SYMBOL_xxx by the encode order Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(lv_symbol_def.h): change the hex number to upper case Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(font): Keep the LV_FONT_DECLARE order same as LV_FONT_xxxx and correct the comment and format Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* fix(font gen) revert test codeGabor Kiss-Vamosi2021-05-30
|
* fix(font) fix generating builtin subpx fontsGabor Kiss-Vamosi2021-05-29
|
* feat(font) add LV_SYMBOL_BARS (hamburder menu icon)Gabor Kiss-Vamosi2021-04-22
|
* feat(font): add LV_SYMBOL_TINT and LV_SYMBOL_ENVELOPEGabor Kiss-Vamosi2021-03-16
|
* Remove the double empty lines from all source files (#2009)Xiang Xiao2021-01-11
| | | | | | | * Run dos2unix for all source files * Remove the trail space from all source files * Remove the double empty lines from all source files
* add CJK built-in fontGabor Kiss-Vamosi2020-04-28
|
* replace roboto font with montserrat and add built-in fonts for every 2px ↵Gabor Kiss-Vamosi2020-04-06
| | | | from 12-32px
* add 'generate_all.py' script to generate all fonts at onceGabor Kiss-Vamosi2020-03-23
|
* regenerat fontsGabor Kiss-Vamosi2019-11-25
|
* regenerate fontsGabor Kiss-Vamosi2019-06-15
|
* update built in font converterGabor Kiss-Vamosi2019-06-02
|
* add a default fontGabor Kiss-Vamosi2019-06-02