Keyestudio 4WD Bluetooth Multi-functional Car Manual page 126

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

Advertisement

switch(Car_state)
{
case 1:lcd.print(" Go ");
break;
case 2:lcd.print("Back ");
break;
case 3:lcd.print("Left ");
break;
case 4:lcd.print("Right");
break;
case 5:lcd.print("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 setup()
{
LCD1602_init();
keyestudio
//including initialized function of liquid crystal
www.keyestudio.com
124

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 4WD Bluetooth Multi-functional Car and is the answer not in the manual?

Subscribe to Our Youtube Channel

Related Products for Keyestudio 4WD Bluetooth Multi-functional Car

Table of Contents

Save PDF