``` from adafruit_rgb_display.st7789 import ST7789 display.fill(color565(255, 0, 0)) ``` 