Make Display class more Mutex-like
To prevent every Display-class function from checking if the display is locked the objects calling the functions should check if the display is locked.
For that a function wanting to manipulate the display should check if the display is locked. If so it should wait until it's unlocked and then execute the Display function