juechafun/03-资源/操作说明-工具技巧-图像转C数组.md

37 lines
785 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.

---
#领域/工具技巧 #资源/操作说明
#复盘/0
## 一句话描述
[____esp32 s3 Image2Lcd 保持图像数组____]
---
## 相关资源
- **中文免费版**(推荐):[http://www.cr173.com/soft/43222.html](http://www.cr173.com/soft/43222.html)
- **开源版本**[https://gitcode.com/open-source-toolkit/2a6c7](https://gitcode.com/open-source-toolkit/2a6c7)
- 检索网盘image2lcd.zip
## 配置说明
### 一、基础输出设置
- 输出数据类型C 语言数组
- 扫描模式:水平扫描
- 输出灰度16 位真彩色
- 最大宽度320
- 最大高度240
### 二、扫描与位序设置
- ✅ 包含图像头数据
- ✅ 高位在前 (MSB First)
### 三、颜色位数配置
- 颜色位数R 5bits, G 6bits, B 5bits已选中