Skip to content

Commit 001b4ef

Browse files
committed
Correcting example to remove the reference to the style library
1 parent b07162c commit 001b4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/displayio_layout_cartesian_advanced_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
tick_color=0xFFFFFF,
5454
subticks=True,
5555
)
56-
car4.set_widget_style("LightGreen6")
56+
5757
my_group.append(car4)
5858

5959
car5 = Cartesian(

0 commit comments

Comments
 (0)