You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HuangHai d70c991170
'commit'
3 months ago
..
LVGLImage.py
README.md
lvgl_tools_gui.py

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

LVGL图片转换工具

这个目录包含两个用于处理和转换图片为LVGL格式的Python脚本

1. LVGLImage (LVGLImage.py)

引用自LVGL官方repo的转换脚本LVGLImage.py

2. LVGL图片转换工具 (lvgl_tools_gui.py)

调用LVGLImage.py将图片批量转换为LVGL图片格式
可用于修改小智的默认表情,具体修改教程在这里

特性

  • 图形化操作,界面更友好
  • 支持批量转换图片
  • 自动识别图片格式并选择最佳的颜色格式转换
  • 多分辨率支持

使用方法

安装Pillow

pip install Pillow # 处理图像需要

运行转换工具

python lvgl_tools_gui.py