We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be4aa3 commit 93130c4Copy full SHA for 93130c4
examples/display_text_background_color_padding.py
@@ -1,9 +1,10 @@
1
"""
2
This examples shows the use color and background_color
3
4
+import time
5
import board
6
import displayio
-import time
7
+
8
9
# from adafruit_st7789 import ST7789
10
from adafruit_ili9341 import ILI9341
0 commit comments