<?xml version="1.0" encoding="UTF-8" ?>
<?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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TM1650 Arduino library for 2 x 8 led display</title><link>https://community.element14.com/products/arduino/f/arduino-forum/52824/tm1650-arduino-library-for-2-x-8-led-display</link><description>Hey all I am using a 2 digit 8 segment TM1650 Arduino library and I can&amp;#39;t seem to find the setting for that? I can only find TM1650_DISPMODE_4x8 and TM1650_DISPMODE_4x7 . No 2x8 . My setup looks like this when running the code below: My Arduino nano code</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Tue, 25 Apr 2023 17:16:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/products/arduino/f/arduino-forum/52824/tm1650-arduino-library-for-2-x-8-led-display" /><item><title>RE: TM1650 Arduino library for 2 x 8 led display</title><link>https://community.element14.com/thread/208512?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 17:16:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:96370c4d-7186-4391-ac3c-c3160913980d</guid><dc:creator>shabaz</dc:creator><description>&lt;p&gt;It&amp;#39;s possible that the receive function may be for keypad entry (the TM1650 chip can be wired to a keypad), rather than retrieving the LED segments that are lit. It would need the source code to be examined to identify this for sure. In any case, if you wish to retain knowledge of what the TM1650 was instructed to display, then that can be done with a variable within your Arduino code, i.e. store it in RAM on the Arduino nano&amp;#39;s microcontroller. That way there&amp;#39;s no need to query the TM1650 chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TM1650 Arduino library for 2 x 8 led display</title><link>https://community.element14.com/thread/208510?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 16:38:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:40831ce2-7b5e-4f62-804b-949ebbc76713</guid><dc:creator>stealthrt</dc:creator><description>&lt;p&gt;Thanks for the reply &lt;a href="https://community.element14.com/members/shabaz"&gt;shabaz&lt;/a&gt;&amp;nbsp;I found some code that works a little. Still trying to find an example of how to go about reading what&amp;#39;s on the led segment screen. I see there is a&amp;nbsp;receive() function but no examples on how to go about using it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TM1650 Arduino library for 2 x 8 led display</title><link>https://community.element14.com/thread/208428?ContentTypeID=1</link><pubDate>Sun, 23 Apr 2023 16:39:08 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:966d10b3-9d4b-4b74-91cb-de25408e11dd</guid><dc:creator>shabaz</dc:creator><description>&lt;p&gt;Hi, I don&amp;#39;t get the issue.&amp;nbsp; You can leave it at 4x8 or 4x7 and just write two digits. For instance if you wish to write the number 42 then try writing 42 or 0042, or try writing 4200 and see which works.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The animated GIF is not very helpful, there is poor contrast without a filter, also if you can just indicate in a photo or diagram which segments are lighting up for some example digits. Then that may help make things easier.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re finding that incorrect segments are lighting that do not resemble digits at all, then the manufacturer of the board that you&amp;#39;re using has mapped segments differently to what the library uses. You&amp;#39;d need to then make changes to the library code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>