Blynk 2.0 LCD display not stable

Dear Blynk Team
I have issue on Blynk 2.0 LCD display text not stable when I close and open again the Blynk2.0 application Blynk display no more showing,
I use Blynk legency no issue ever everything is working fine in Blynk legency,
I attached here the code video I can’t share because not supported

I hope you hear me soon
Best Regards
Maaz

// Your WiFi credentials.
// Set password to "" for open networks.
char ssid[] = "Testing 2.0";
char pass[] = "gfgggfvvvc";
WidgetLCD  lcd(V4);
BLYNK_WRITE(V5)
{
  if ( param.asInt () == 1)
{
  digitalWrite(17,LOW);
  lcd.clear();
}
  else
  {
    digitalWrite(17,HIGH);
    lcd.print (4,1,"SELECT OPEN"); 
   
  }
}
BLYNK_WRITE(V2)
{
  if ( param.asInt () == 1)
{
  digitalWrite(21,LOW);
  lcd.clear();
}
  else
  {
    digitalWrite(21,HIGH);
    lcd.print (4,1,"SELECT AUTO"); 
   
  }
}
BLYNK_WRITE(V0)
{
  if ( param.asInt () == 1)
{
  digitalWrite(18,LOW);
  lcd.clear();
}
  else
  {
    digitalWrite(18,HIGH);
    lcd.print (4,1,"SELECT LOCK"); 
   
  }
}
BLYNK_WRITE(V1)
{
  if ( param.asInt () == 1)
{
  digitalWrite(23,LOW);
  lcd.clear();
}
  else
  {
    digitalWrite(23,HIGH);
    lcd.print (4,1,"SELECT  EXIT"); 
   
  }
}

void setup()
{
  pinMode (18,OUTPUT);
  pinMode (19,OUTPUT);
  pinMode (21,OUTPUT);
  pinMode (17,OUTPUT);
  

  // Debug console
  Serial.begin(9600);

  Blynk.begin(auth, ssid, pass);
  
 
}

void loop()
{
  Blynk.run();
}

Are you using the simple mode or the advanced mode ?

If you’re using the advanced mode then I guess it’s not implemented yet, I’m not sure.

Thanks for replying
Advanced mode

Best Regards
Maaz

Thanks for replying
:pensive::pensive::pensive::pensive: When can done sir because next month I have presentation please let me know when can done ?

I hope you hear me soon
Best Regards
Maaz

You should ask Dmitriy

Thanks for replying
How to ask can you please send me the email address ?

Best Regards
Maaz

Just type @ before the name. For example @Huzefamaz1

Ok thanks

1 Like

@Dmitriy
Dear sir
Can I know please when are you going to settle Blynk 2.0 advanced LCD display because I have presentation on next month
I hope you hear me soon

Best Regards
Maaz

@Dmitriy
Dear sir
can you please let me know when your going to solve this issue ? because project tender going to close soon

i hope you hear me soon
Best Regards
Maaz

Sorry, LCD is not a priority right now. LCD at the moment works only in real time and doesn’t store history data, like in 1.0.

Dear sir
Thanks for replying
But I need LCD display stable sir because I show my demo to customer in Blynk legency It was working very well so my customer accect that
1)So the LCD display in future same doesn’t store history data ?
2) or there is any way to keep stable the data in lcd display
I hope you hear me soon
Best Regards
Maaz

Use simple mode or use labeled value instead.

Dear sir
Thanks for replying ok I will use labeled value and try

Best Regards
Maaz

1 Like

@Dmitriy
Hello sir
This topic Start Almost 5month allready yesterday I will try the Display,the Display Still Same not Stable ,when Are you Going to Update This ?
I hope you hear me soon Thanks

Best Regards
Maaz

@Dmitriy
Hello Sir i allready buy pro plan this topic almost near about 1.5years Allready still you didnt solve this issue i just check the display wedget still same things when are you going to solve this ?
i hope you hear me soon
Best Regards
Maaz