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

67 lines
1.7 KiB
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已选中
# -------- RAG START -------
# Image2Lcd 图像转 C 数组参数配置备忘
## 用途说明
用于将图像转换为 **ESP32 S3** 可用的 **16 位真彩色** C 语言数组,适配 **RGB565** 格式。
## 相关资源
- 中文免费版(推荐):[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已选中
# -------- RAG END -------