Simon6837 / microcontrollers-game

game run on the windesheim gameshield
0 stars 0 forks source link

refactor LCD functions #36

Closed Simon6837 closed 11 months ago

Simon6837 commented 11 months ago

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)