-
Hi!
So we were trying to implement your example on the alterra DE2-115 EP4CE115F29C7N board. The issue we are facing here, is that everything compiles nicely, the displays light up, switches work, bu…
-
Add option for common anode/cathode so user will not need to invert pins one by one
-
Error from attempt at running clock.py:
Traceback (most recent call last):
File "clock.py", line 5, in
c = LED7Segment(SPI())
File "/usr/local/lib/python2.7/dist-packages/BitWizard/bw.py", l…
-
Hi
Im hoping you can help me update your code to work with my hardware design.
Im using 42 WS2812B Leds per 7 segment digit (6 Leds per digit segment)(Main 4 digits), two far left smaller digits a…
-
I noticed that the font in the SVG editor is limited, I wonder if we can add more? like downloading the .tff and woff file putting it on a specific folder then it will be made available in the font-fa…
-
this is how to invert all pin for common vcc
because i am not smart enough to know without documentation
```
display:
- platform: 7segment_gpio
id: sevenseg
digit_pins: [2]
segment_pins…
-
i am using single digit 7 segment display with just 8 connection without decimal point, and single digit does not need digit pin for multiplex, it can be connected directly to 3v3, since 7 segment dis…
-
-
Hey, anybody made this project work with CSL DD?
I couldn't get it to work. I double and triple checked the connections but the only thing happened, was the wheelbase turned off. Also got error me…
-
Dear Leon,
I tried to make it by increasing the number of LEDs / Strips, from 3 LEDs to 5 LEDs.
But when you turn it on, many of the leds don't light up.
The following sketch that I changed.
…