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

📄 lcd1.h

📁 瑞萨(Renesas)M16C系列芯片的函数库
💻 H
字号:
#ifndef __LCD1_H#define __LCD1_Hvoid _lcd1__initial(void);              /* initialize LCD control port    */void _lcd1__wait(unsigned int t);       /* software wait for t*100us      */void _lcd1__wr_nibble_creg(int command);/* write command to LCD           */void _lcd1__wr_nibble_dreg(int data);   /* write data to LCD              */int _lcd1__rd_nibble_creg(void);        /* read command from LCD          */int _lcd1__rd_nibble_dreg(void);        /* read data from LCD             */#endif /*__LCD1_H*//******************************************************************************    end of file******************************************************************************/

⌨️ 快捷键说明

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