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

📄 lcd1621.h

📁 在STC51上开发的一个电子称程序 KEILUV3环境开发
💻 H
字号:
#ifndef __LCD1621_H__
#define __LCD1621_H__

void LcdClr(void);
void InitLcd(void);
void DispResult(unsigned long data1);
void LcdAllOn(void);
void OnCheck(void);

//===============================符号单位和菜单===============================
void ShowBattery();	   //电池

void ShowHi();		   //HI
 
void ShowOk();		   //OK
 
void ShowLo();		   //LO
 
//=================================
void ShowStab();	   //稳定
 
void ShowM();		   //M+
  
void ShowFS();		   //负号

void ShowNet();		   //NET
  
void ShowZero();	   //ZERO

//=================================
void ShowGross();	   //GROSS
 
void ShowOz();		   //OZ
  
void ShowTAI();		   //台
 
void ShowT();		   //t
 
//==================================
void ShowPcs();		   //PCS
 
void ShowJING();	   //斤
  
void ShowGANG();	   //港
  
void ShowK();		   //K
 
//==================================
void ShowBFH();		   //%
 
void ShowLb();		   //IB

void ShowG();		   //g
  
#endif

⌨️ 快捷键说明

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