Home
last modified time | relevance | path

Searched full:python3 (Results 1 – 18 of 18) sorted by relevance

/lvgl-latest/docs/libs/
Dsjpg.md35 python3 and the PIL library required. (PIL can be installed with `pip3 install pillow`)
40 - `python3 jpg_to_sjpg.py image_to_convert.jpg`. It creates both a C files and an SJPG image.
/lvgl-latest/.github/workflows/
Dccpp.yml96 apt-get install build-essential ccache python3 libpng-dev ruby-full gcovr cmake -q -y
109 env PATH="/usr/lib/ccache:$PATH" ASAN_OPTIONS=detect_leaks=0 python3 tests/main.py test
/lvgl-latest/scripts/
Dfiletohex.py1 #!/usr/bin/env python3
Dinstall-prerequisites.sh9 sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake
Dcode-format.py1 #!/usr/bin/env python3
Dlv_conf_internal_gen.py1 #!/usr/bin/env python3
Dstyle_api_gen.py1 #!/usr/bin/env python3
/lvgl-latest/scripts/release/
Drelease.py1 #!/usr/bin/env python3
Dpatch.py1 #!/usr/bin/env python3
Dcom.py1 #!/usr/bin/env python3
/lvgl-latest/docs/
Dbuild.py1 #!/usr/bin/env python3
Dexample_list.py1 #!/usr/bin/env python3
Dconf.py1 #!/usr/bin/env python3
DCHANGELOG.md774 - fix(scripts): switch all scripts to python3 [`2820`](https://github.com/littlevgl/lvgl/pull/2820)
894 - ci(cross) use python3 instead of python [`df7eaa0`](https://github.com/littlevgl/lvgl/commit/df7e…
/lvgl-latest/scripts/built_in_font/
Dbuilt_in_font_gen.py1 #!/usr/bin/env python3
Dgenerate_all.py1 #!/usr/bin/env python3
/lvgl-latest/tests/
Dmain.py1 #!/usr/bin/env python3
/lvgl-latest/docs/get-started/bindings/
Dmicropython.md6 Using Micropython, you can write Python3 code and run it even on a bare metal architecture with lim…