awtk/demos/assets/raw/images/README.md
2018-10-17 15:33:26 +08:00

17 lines
567 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LCD密度与图片
* x1 目录下放普通LCD的图片。
* x2 目录下放高清LCD的图片。
* x3/x4 目录下放手机等超高清LCD的图片。
注意:
* 对于嵌入式系统一般只需要x1的图片。如果开发环境使用高清的PC显示器为了方便PC上看效果建议也准备一套x2的图片。
* 只有定义了WITH\_FS\_RES宏也就是有文件系统时AWTK根据LCD密度自动取对应的图片(参考src/base/image\_manager.c)
* 如果没有文件系统可以在资源生成脚本update\_res.py中指定。