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.
2 parents c2ecbda + bb2cef4 commit d746d7aCopy full SHA for d746d7a
CLUE_Cycling_Simple/CLUE_cycling_simple.py
@@ -11,7 +11,7 @@
11
from adafruit_ble.services.standard.device_info import DeviceInfoService
12
from adafruit_ble_cycling_speed_and_cadence import CyclingSpeedAndCadenceService
13
14
-clue_data = clue.simple_text_display(title="Cycle Revs", title_scale=1, text_scale=3, num_lines=3)
+clue_data = clue.simple_text_display(title="Cycle Revs", title_scale=1, text_scale=3)
15
16
# PyLint can't find BLERadio for some reason so special case it here.
17
ble = adafruit_ble.BLERadio() # pylint: disable=no-member
0 commit comments