Fix bug in display library where random chars were written to display even though the array has ended. Resulting in random character appearing briefly when only first display got written. -> stop loop when 0-termination of char array is reached
Fix bug in display library where random chars were written to display even though the array has ended. Resulting in random character appearing briefly when only first display got written. -> stop loop when 0-termination of char array is reached