User Tools

Site Tools


led_displays

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
led_displays [2025/03/17 11:51] wrusmanled_displays [2025/03/24 12:34] (current) wrusman
Line 2: Line 2:
 Mocht je hier een idee voor hebben of zelf mee aan de slag willen, de aansturing is erg simpel. Mocht je hier een idee voor hebben of zelf mee aan de slag willen, de aansturing is erg simpel.
  
 +{{:led-display.jpeg|}}
 +
 +
 +{{::display.png|}}
  
  
Line 41: 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.1742208694.txt.gz · Last modified: 2025/03/17 11:51 by wrusman