This website requires JavaScript.
Explore
Help
Sign In
LiJie
/
MAX_CARLINK_A270S
Watch
1
Star
0
Fork
0
You've already forked MAX_CARLINK_A270S
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
364af82a07d747ebe27a2b407faefde24e747523
MAX_CARLINK_A270S
/
MXC_A27-PCB4.5-270T
/
lib
/
awtk
/
awtk
/
tools
/
theme_gen
History
LiJie
f0fb64e4e6
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
..
.gitignore
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
main.cc
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
README.md
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
SConscript
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
theme_gen.cc
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
theme_gen.h
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
xml_theme_gen.cc
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
xml_theme_gen.h
CARPLAY版本整理
2025-01-21 16:49:37 +08:00
README.md
Unescape
Escape
窗体样式生成工具
负责把XML格式的窗体样式数据转换成二进制的窗体样式数据。
用法说明:
./bin/themegen input output [bin]
input XML格式的窗体样式数据文件名。
output 输出文件名。
bin 是否生成二进制格式(目标平台有文件系统时使用)
,
缺省生成C语言常量数组。