We should refactor the code related to the lcd. right now we write data to the lcd every loop. to reduce the lag generated by this method. We could only send the data every x ms. this should make the display more fluent. We can do this using timer1(only one left unused)
We should refactor the code related to the lcd. right now we write data to the lcd every loop. to reduce the lag generated by this method. We could only send the data every x ms. this should make the display more fluent. We can do this using timer1(only one left unused)