PunchHMI/machine/comm/config.h

14 lines
256 B
C
Raw Normal View History

2024-02-06 06:58:57 +00:00
#ifndef __CONFIG_H__
#define __CONFIG_H__
#include "typedef.h"
#include <QImage>
#define BF_SW_ND 448 // 最大换色数
#define MAX_EXDP_LEN 1024 // 最大附加数据长度
#define IMAGE_TYPE (QImage::Format_ARGB32)
#endif