<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SetupDisplay</title><link>https://sourceforge.net/p/msp430-tm1638/wiki/SetupDisplay/</link><description>Recent changes to SetupDisplay</description><atom:link href="https://sourceforge.net/p/msp430-tm1638/wiki/SetupDisplay/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 22 Aug 2012 16:23:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/msp430-tm1638/wiki/SetupDisplay/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage SetupDisplay modified by Shluzzz</title><link>https://sourceforge.net/p/msp430-tm1638/wiki/SetupDisplay/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -3,7 +3,7 @@
 
 **Set the display (all 7-segments) and LEDs on or off and the specifies the intensity.**
 
-*void SetupDisplay(int active, int intensity)*
+*void TM1638_SetupDisplay(char active, char intensity)*
 
 Argument | Detail
 -|-
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shluzzz</dc:creator><pubDate>Wed, 22 Aug 2012 16:23:11 -0000</pubDate><guid>https://sourceforge.net582257c19725a001d24f0076b4ec060c4a55482f</guid></item><item><title>WikiPage SetupDisplay modified by Shluzzz</title><link>https://sourceforge.net/p/msp430-tm1638/wiki/SetupDisplay/</link><description>SetupDisplay
---

**Set the display (all 7-segments) and LEDs on or off and the specifies the intensity.**

*void SetupDisplay(int active, int intensity)*

Argument | Detail
-|-
active | 1 for on, 0 for off
intensity | The starting intensity from 0 (lowest) to 7 (highest)

Example
---

**Activate display at maximum intensity:**

*SetupDisplay(1, 7);*

**Inactivate the display and set the intensity to the lowest:**

*SetupDisplay(0, 0);*</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shluzzz</dc:creator><pubDate>Mon, 25 Jun 2012 08:06:42 -0000</pubDate><guid>https://sourceforge.net3f699dde901f456f86122701c1abc360d3e498a6</guid></item></channel></rss>