⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hw_disp.h

📁 实现PID算法的C语言程序
💻 H
字号:
#ifndef _HW_DISP_H_
#define _HW_DISP_H_

#include "typedef.h"

void DispXYSet(INT8U row,INT8U col);
void DispFont(INT8U font);
void LCD_Disp_Pic(INT8U * img,INT8U len);
void DispIntU(INT32U val,INT8U len);
void DispIntS(INT32S val,INT8U len);
void DispChr(INT8U cv);
void DispHZ(INT8U cv);
void DispFloat(float val,INT8U Len);
void DispCls(void);
void DispInit(void);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -