Skip to content

Commit fb70ae4

Browse files
committed
fix typo in background_color example
1 parent 7868b40 commit fb70ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/display_text_background_color.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
text = " Color Background Hello world"
10-
text_area = label.Label(terminalio.FONT, text=text, color=0x0000FF, backgroud_color=0xFFAA00)
10+
text_area = label.Label(terminalio.FONT, text=text, color=0x0000FF, background_color=0xFFAA00)
1111
text_area.x = 10
1212
text_area.y = 10
1313
board.DISPLAY.show(text_area)

0 commit comments

Comments
 (0)