Keyestudio 4WD Bluetooth Multi-functional Car Manual page 138

Hide thumbs Also See for 4WD Bluetooth Multi-functional Car:
Table of Contents

Advertisement

{
lcd.setCursor(0, 1);
switch(Car_state)
{
case 1:lcd.print(" Go ");Serial.print(" \r\n GO");
break;
case 2:lcd.print("Back ");Serial.print(" \r\n Back");
break;
case 3:lcd.print("Left ");Serial.print(" \r\n Left");
break;
case 4:lcd.print("Right");Serial.print(" \r\n Right");
break;
case 5:lcd.print("Stop ");Serial.print(" \r\n Stop");
break;
default:
break;
}
}
void LCD1602_init(void)
{
lcd.init(); //invoking initialized function of LCD in LiquidCrystal_I2C.h
delay(10); //delaying for 10 millisecond
lcd.backlight(); //open backlight of LCD1602
lcd.clear();
//clear screen
}
void Show_V(unsigned char V)
keyestudio
//including initialized function of liquid crystal
www.keyestudio.com
136

Advertisement

Table of Contents
loading

Related Products for Keyestudio 4WD Bluetooth Multi-functional Car

Table of Contents