juechafun/04-归档/归档知识/RAG-ESP32-图像转C数组.md

31 lines
933 B
Markdown
Raw Permalink 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.

---
#领域/ESP32
## 一句话描述
[__将图像转为C语言数组供ESP32S3调用______]
---
> 更新时间2026-05-25
# 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已选中