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.
1 parent e826625 commit ebccde1Copy full SHA for ebccde1
shared-bindings/_protomatter/Protomatter.c
@@ -80,7 +80,7 @@ STATIC void claim_pins_nr(mp_obj_t seq) {
80
//|
81
//| Create a Protomatter object with the given attributes. The height of
82
//| the display is determined by the number of rgb and address pins:
83
-//| len(rgb_pins)/3 * 2 ** len(address_pins). With 6 RGB pins and 4
+//| len(rgb_pins) // 3 * 2 ** len(address_pins). With 6 RGB pins and 4
84
//| address lines, the display will be 32 pixels tall.
85
86
//| Up to 30 RGB pins and 8 address pins are supported.
0 commit comments