# zhRGB565-IDE **Repository Path**: haku-mcuplayer/zhRGB565 ## Basic Information - **Project Name**: zhRGB565-IDE - **Description**: zhRGB565编码IDE和结合arm2d的使用例子 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2026-01-14 - **Last Updated**: 2026-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zhRGB565 #### 介绍 一种无损的RGB565数据压缩格式,适合嵌入式MCU应用 编码IDE采用小熊猫C++ IDE开发,版本是 3.4.3279,纯C语言实现。 版权声明 版权所有 © [张浩] 2026 本项目及其相关代码、文档和资源(以下统称“本软件”)由[张浩]开发并开源。本软件遵循 MIT License 进行授权。 许可声明 根据 MIT License,您有权自由使用、复制、修改、合并、发布、分发、再授权以及销售本软件的副本,但必须遵守以下条件: 保留版权声明:您必须在所有副本或重要部分中保留本版权声明和许可声明,不得擅自删除或修改。 明确标注作者:在使用本软件时,必须明确标注[张浩]为本软件的原始作者。 免责声明 本软件按“原样”提供,不提供任何形式的保证,包括但不限于适销性、特定用途的适用性或不侵权的保证。在任何情况下,[张浩]均不对因使用或无法使用本软件而产生的任何直接、间接、偶然、特殊或后果性损害承担责任,无论是在合同、侵权行为(包括过失)或其他法律理论下,即使已被告知此类损害的可能性。 修改与分发 您可以自由修改本软件,并以修改后的形式重新分发。但所有修改必须明确标注,并且修改后的版本也应遵循相同的开源协议。 联系方式 如果您有任何疑问或需要进一步的信息,请通过以下方式联系我们: 邮箱:912540899@qq.com 感谢您对本软件的支持与使用 #### 参与贡献 鸣谢:感谢SCGUI作者给的差值压缩思路。 #### Introduction A lossless RGB565 data compression format, suitable for embedded MCU applications The encoding IDE is developed using the Little Panda C IDE, the version is 3.4.3279, and it is implemented in C language. Copyright Notice Copyright © [ ZhangHao] 2026 This project, including its related code, documents, and resources (hereinafter referred to as "this software"), is developed open-sourced by [Zhang Hao]. This software is licensed under the MIT License. License Notice Under the MIT License, you are free to use, copy modify, merge, publish, distribute, sublicense, and/or sell copies of this software, subject to the following conditions: Preserve copyright notice: You must include copyright notice and license notice in all copies or substantial portions of the Software, and you may not delete or modify it without permission. Give appropriate credit: When using this software, must explicitly mention [Zhang Hao] as the original author of this software. Disclaimer This software is provided "as is" without any warranty, express or implied,, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. In no event shall [Zhang Hao] be for any direct, indirect, incidental, special, or consequential damages arising out of the use or inability to use this software, even if [Zhang Hao] has been of the possibility of such damages. Modification and Distribution You are free to modify this software and redistribute it in modified form. However, all modifications must be explicitly marked, the modified version should also follow the same open-source agreement. Contact Information If you have any questions or need further information, please contact us at: Email:912540899@qq.com Thank you for your support and use of this software. #### Participate in the contribution Thanks to the SCGUI author for the idea of delta compression