Lines Matching refs:cmd
17 cmd = f"lv_font_conv --no-compress --no-prefilter --bpp 4 --size 15 --format lvgl --output font_mul… variable
18 cmd = cmd + f" --font NotoSerifHebrew-SemiBold.ttf --symbols \"{hebrew_syms}\"" variable
19 cmd = cmd + f" --font NotoSerifDevanagari-SemiBold.ttf --symbols \"{devanagari_syms}\"" variable
20 cmd = cmd + f" --font NotoNaskhArabic-SemiBold.ttf -r \"{arabic_range}\"" variable
21 cmd = cmd + f" --font NotoSansSC-Medium.otf --symbols \"{chinese_syms}\"" variable
22 cmd = cmd + f" --font Montserrat-SemiBold.ttf -r {latin_range} --symbols \"{russian_syms}\"" variable
25 print(cmd )
26 os.system(cmd)
28 cmd = f"lv_font_conv --no-compress --no-prefilter --bpp 4 --size 22 --format lvgl --output font_mul… variable
30 print("\n" + cmd)
31 os.system(cmd)