Problem to show data to lcd

I made a thermometer using a lcd, but when i am going to show the temperature, he take the data very fast, and i can’t show it,correctly. how can i take less data??

You could try using the clock node just above your thermometer node and connect the tick of the clock node to the update of the pulse node. Instead of updating continuously you’d have one reading each second. That should make for a more manageable display.

2 Likes

thanks so much!! it was the solution!!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.