Skip to content

Commit 5149b60

Browse files
committed
scale 1
1 parent 9b92876 commit 5149b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/mpu6050_displayio_simpletest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
# Create Label(s) to show the readings. If you have a very small
2222
# display you may need to change to scale=1.
23-
display_output_acceleration = Label(FONT, text="", scale=2)
24-
display_output_gyro = Label(FONT, text="", scale=2)
25-
display_output_temperature = Label(FONT, text="", scale=2)
23+
display_output_acceleration = Label(FONT, text="", scale=1)
24+
display_output_gyro = Label(FONT, text="", scale=1)
25+
display_output_temperature = Label(FONT, text="", scale=1)
2626

2727
# place the label(s) in the middle of the screen with anchored positioning
2828
display_output_acceleration.anchor_point = (0, 0)

0 commit comments

Comments
 (0)