led_displays

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
led_displays [2025/03/17 12:53] wrusmanled_displays [2025/03/24 12:34] (current) wrusman
Line 45: Line 45:
   pinMode(clearPin, OUTPUT);      // set the pin connected to the clear as type OUTPUT   pinMode(clearPin, OUTPUT);      // set the pin connected to the clear as type OUTPUT
   digitalWrite(latchPin, LOW);    // set the pin connected to the latch low for disabled   digitalWrite(latchPin, LOW);    // set the pin connected to the latch low for disabled
-  digitalWrite(clearPin, HIGH);   // set the pin connected to the clear low for disabled (inverted)+  digitalWrite(clearPin, HIGH);   // set the pin connected to the clear high for disabled (inverted)
   digitalWrite(OEPin, LOW);       // set the pin connected to the OE low for enabled (inverted)   digitalWrite(OEPin, LOW);       // set the pin connected to the OE low for enabled (inverted)
 } }
led_displays.1742212436.txt.gz · Last modified: 2025/03/17 12:53 by wrusman