Recall how we write colors to the NeoPixel. First, we set the color. Afterwards, we set an np.write() block to show that color.
It’s very similar with the OLED. When we set any text, fill, shape, pixel, or image, we need to then write this to the OLED itself using the oled.show() block in order to display them!