Coding Pirates Hørsholm
x < y < z
is equivalent to x < y and y < z
- display.flip() will update the contents of the entire display
- display.update() allows to update a portion of the screen, instead of the entire area of the screen. Passing no arguments, updates the entire display