We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f92c63 commit b851922Copy full SHA for b851922
1 file changed
examples/external_devices_examples/pushbot_light_follower.py
@@ -112,10 +112,12 @@
112
# Last column of the right-side column group
113
end_of_right = retina_resolution.value.pixels
114
115
-# First row to consider in any group of pixels (i.e. ignore bright top lights)
+# First row to consider in any group of pixels
116
+# (i.e. ignore bright top lights)
117
start_row = 30
118
-# Last row to consider in any group of pixels (i.e. ignore bright bottom lights)
119
+# Last row to consider in any group of pixels
120
+# (i.e. ignore bright bottom lights)
121
end_row = retina_resolution.value.pixels - 40
122
123
# Connection weights for this connection list
0 commit comments