示例#1
0
void hd44780_home()
{
    output_byte(0, CMD_HOME(),1);
}
示例#2
0
void hd44780_home(void)
{
    output_byte(0, CMD_HOME());
}