unsigned char*MatrixGetBuffer(void);
voidMatrixScan(void);
voidMatrixSetPoint(unsigned char x, unsigned char y, unsigned char Operation);
#ifdef__cplusplus
}
#endif
#endif/*__Matrix_H__*/
外部应用通过引入点阵屏的模块头文件Matrix.h来实现调用点阵屏驱动函数,简单测试调用(心形在点阵屏内随机平移)实现如下:
#include”reg52.h“
#include”Matrix.h“
// 心形坐标数据
static unsigned charcode HeartShape[][2] = {
{3, 3}, {4, 2}, {5,3}, {5, 4}, {4, 5},
{3, 6}
来源;21ic
关于控制,MCU就介绍完了,您有什么想法可以联系小编。