lcd1.h

来自「瑞萨(Renesas)M16C系列芯片的函数库」· C头文件 代码 · 共 19 行

H
19
字号
#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 + =
减小字号Ctrl + -
显示快捷键?