Skip to content

Commit bb2cef4

Browse files
committed
removed display_lines argument
1 parent c2ecbda commit bb2cef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLUE_Cycling_Simple/CLUE_cycling_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from adafruit_ble.services.standard.device_info import DeviceInfoService
1212
from adafruit_ble_cycling_speed_and_cadence import CyclingSpeedAndCadenceService
1313

14-
clue_data = clue.simple_text_display(title="Cycle Revs", title_scale=1, text_scale=3, num_lines=3)
14+
clue_data = clue.simple_text_display(title="Cycle Revs", title_scale=1, text_scale=3)
1515

1616
# PyLint can't find BLERadio for some reason so special case it here.
1717
ble = adafruit_ble.BLERadio() # pylint: disable=no-member

0 commit comments

Comments
 (0)