Hello,
I have tried various filtering methods to ignore the incoming data from the progress bar, but still no luck.
I would suggest just removing this from the firmware itself.
To update the progress bar, just use the “set_value” command, without any data coming back from the LCD to the MCU. This is the same as when you “set_text” to the LCD, no data comes back to the MCU.
To read the progress bar, then just use “get_value” and the LCD will send the data to the MCU.
I think this makes more sense.
Thank you very much.