<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Working with 7 Segment Display and Raspberry PI Computer Boards with Python (1 Digit and 4 Digit)	</title>
	<atom:link href="https://peppe8o.com/7-segment-display-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/7-segment-display-raspberry-pi/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sat, 07 Jun 2025 10:20:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Franz Fakler		</title>
		<link>https://peppe8o.com/7-segment-display-raspberry-pi/#comment-19560</link>

		<dc:creator><![CDATA[Franz Fakler]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 10:03:52 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1687#comment-19560</guid>

					<description><![CDATA[Thank You for the response. I use such a GPIO Adapter ... (with Raspberry 3)
&lt;code&gt;https://www.openimpulse.com/blog/products-page/product-category/2-pcs-gpio-adapter-raspberry-pi-v3-model-b-t-shape/&lt;/code&gt;
There were two reasons why it did not work :
a)  I always look at the physical PIN for the connections with the Dupont cable. The numbers on the breadboard are not perfectly aligned with the numbers on the GPIO adapter ... so one connection was bad.
b) The resistors did loose the contact with the breadboard]]></description>
			<content:encoded><![CDATA[<p>Thank You for the response. I use such a GPIO Adapter &#8230; (with Raspberry 3)<br />
<code>https://www.openimpulse.com/blog/products-page/product-category/2-pcs-gpio-adapter-raspberry-pi-v3-model-b-t-shape/</code><br />
There were two reasons why it did not work :<br />
a)  I always look at the physical PIN for the connections with the Dupont cable. The numbers on the breadboard are not perfectly aligned with the numbers on the GPIO adapter &#8230; so one connection was bad.<br />
b) The resistors did loose the contact with the breadboard</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/7-segment-display-raspberry-pi/#comment-19518</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 25 Oct 2022 17:02:20 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1687#comment-19518</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/7-segment-display-raspberry-pi/#comment-19506&quot;&gt;Franz Fakler&lt;/a&gt;.

Hi Franz,
if only one segment is not working (Display Ph. 1 -&gt; BCM 9 -&gt; RPI Ph 21), then there must be a wiring problem. It may be:
- a failing soldering on RPI -&gt; you can try changing the Raspberry PI port for the segment 1
- a failing wire -&gt; you can try changing the wire
- a failing resistor -&gt; you can try changing the resistor
- a failing breadboard line -&gt; you can try changing the display position in your breadboard
- a failing display PIN -&gt; you can try connecting the display PIN 1 to the 3,3V port on Raspberry PI via the resistor

In the code, the command &quot;10&quot; performs the &quot;GPIO.cleanup()&quot;, which clears all the Raspberry PI GPIOs status (put them to zero), so shutting down the whole display. WHat is not working in this?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/7-segment-display-raspberry-pi/#comment-19506">Franz Fakler</a>.</p>
<p>Hi Franz,<br />
if only one segment is not working (Display Ph. 1 -> BCM 9 -> RPI Ph 21), then there must be a wiring problem. It may be:<br />
&#8211; a failing soldering on RPI -> you can try changing the Raspberry PI port for the segment 1<br />
&#8211; a failing wire -> you can try changing the wire<br />
&#8211; a failing resistor -> you can try changing the resistor<br />
&#8211; a failing breadboard line -> you can try changing the display position in your breadboard<br />
&#8211; a failing display PIN -> you can try connecting the display PIN 1 to the 3,3V port on Raspberry PI via the resistor</p>
<p>In the code, the command &#8220;10&#8221; performs the &#8220;GPIO.cleanup()&#8221;, which clears all the Raspberry PI GPIOs status (put them to zero), so shutting down the whole display. WHat is not working in this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Franz Fakler		</title>
		<link>https://peppe8o.com/7-segment-display-raspberry-pi/#comment-19506</link>

		<dc:creator><![CDATA[Franz Fakler]]></dc:creator>
		<pubDate>Tue, 25 Oct 2022 14:43:24 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1687#comment-19506</guid>

					<description><![CDATA[Hello ! One segment is NOT working. 

E segment is not working

=Display Pin 1
=Raspb physical : pin 21
= BCM GPIO 9
that means numbers 8 6 0 2 do not show up

In the code I cannot find this instruction :
10 (OFF) -&#062; [0,0,0,0,0,0,0]




Cleanup is not working either ...

 # Display number in argument
if numDisplay == 10:
 GPIO.cleanup()
else:
 GPIO.output(display_list, arrSeg[numDisplay])
Any idea why ? Connections seem to be fine ...]]></description>
			<content:encoded><![CDATA[<p>Hello ! One segment is NOT working. </p>
<p>E segment is not working</p>
<p>=Display Pin 1<br />
=Raspb physical : pin 21<br />
= BCM GPIO 9<br />
that means numbers 8 6 0 2 do not show up</p>
<p>In the code I cannot find this instruction :<br />
10 (OFF) -&gt; [0,0,0,0,0,0,0]</p>
<p>Cleanup is not working either &#8230;</p>
<p> # Display number in argument<br />
if numDisplay == 10:<br />
 GPIO.cleanup()<br />
else:<br />
 GPIO.output(display_list, arrSeg[numDisplay])<br />
Any idea why ? Connections seem to be fine &#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
