<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Pi Pico with 7-segment display</title><link>/challenges-projects/project14/7segmentdisplay/b/blog/posts/pi-pico-with-7-segment-display</link><description>You know how sometimes you build things that are so impressive you just have to share it with the world?
This is not one of those times but I&amp;#39;ll share it anyway.
I did have a fun project remake in mind, and this would be step 1 in that pr...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Pi Pico with 7-segment display</title><link>https://community.element14.com/challenges-projects/project14/7segmentdisplay/b/blog/posts/pi-pico-with-7-segment-display</link><pubDate>Fri, 20 May 2022 01:59:10 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e6623a95-cc35-4bfb-8bb8-ddc5f358a3c7</guid><dc:creator>ntewinkel</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I already see a minor detail in my code that I don&amp;#39;t like, left over from some early quick testing I was doing:&lt;br /&gt;line 82 displayOff() should not be inside of that loop, as it duplicates&amp;nbsp;line 64 when the next digit gets shown.&lt;/p&gt;
&lt;p&gt;It was intended to be run just once per round, so that after all the digits are shown, it turns off the display. The end result is the same, just not as pretty as it should be.&lt;/p&gt;
&lt;p&gt;like this:&lt;/p&gt;
&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:1caef39a-a5dc-4b22-b338-5f965f14d508:type=python&amp;text=while%20True%3A%0D%0A%20%20%20%20for%20digit%20in%20DIGITS%3A%0D%0A%20%20%20%20%20%20%20%20displayDigit%28digit%29%0D%0A%20%20%20%20%20%20%20%20time.sleep%280.5%29%0D%0A%20%20%20%20%0D%0A%20%20%20%20displayOff%28%29%0D%0A%20%20%20%20time.sleep%281%29]&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=23617&amp;AppID=368&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Pi Pico with 7-segment display</title><link>https://community.element14.com/challenges-projects/project14/7segmentdisplay/b/blog/posts/pi-pico-with-7-segment-display</link><pubDate>Thu, 19 May 2022 19:28:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e6623a95-cc35-4bfb-8bb8-ddc5f358a3c7</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice job Nico.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=23617&amp;AppID=368&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>