application outpus 1.02122e-38
to get it to 1.02 I added
Qt Code:
  1. lcd.display(QString::number(digit, 'f', 2));
To copy to clipboard, switch view to plain text mode 

unfortunately, now it outputs 00.0

what am I missing?