In this recipe, we will create a Screen object that will make it easier to write a multi-line output to the FeatherWing OLED display. The weather machine that we are building will want to take advantage of the multi-line output capabilities of the OLED display.
To facilitate this output, this recipe will create an object that receives multi-line text and will properly position the text in its associated x and y coordinates. You will find this recipe useful for any projects where you are writing text content to the display frequently and want an automatic way to handle the multi-line output.