QuiltingHMI/machine/comm/config.h

17 lines
249 B
C
Raw Normal View History

2024-02-06 07:10:48 +00:00
#ifndef __CONFIG_H__
#define __CONFIG_H__
#include "typedef.h"
#include <QImage>
#define EMBROIDERY
#define MAX_EXDP_LEN 1024 // 最大附加数据长度
#define SEW 8 //缝纫
#define IMAGE_TYPE (QImage::Format_ARGB32)
#endif