1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<meta name="GENERATOR" content="Microsoft FrontPage 3.0"> 7<meta http-equiv="Content-Style-Type" content="text/css"> 8<link rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>VIResetDimmingCount</title> 10</head> 11 12<body> 13 14<h1 align="left">VIResetDimmingCount</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/vi.h> 19 20BOOL VIResetDimmingCount( void ); 21</pre></dd></dl> 22 23<h2>Arguments</h2> 24<p>None.</p> 25 26<h2>Return Values</h2> 27<p>Returns <code>TRUE</code> if the counter was successfully reset and <code>FALSE</code> otherwise.</p> 28 29<h2>Description</h2> 30<p>This function resets the counter until screen burn-in reduction goes into effect. (Returns to the initial value)<br><br> Screen burn-in reduction starts when this counter reaches zero. If the counter is already zero (screen burn-in reduction is running) when this function is executed, reset the counter and recover from screen burn-in reduction at the same time.<br>The counter will be reset at the next field. There is no need to execute <a href="VIFlush.html"><code>VIFlush</code></a>.<br> 31 32<br> <font color="#FF0000"><u><strong>Use this function to recover from screen burn-in reduction when using Nintendo DS (or DS Lite) as the controller for Wii. As a basic rule, do not use this function for any other purpose.</strong></u></font><br> <font color="#FF0000"><u><strong>Executing this function on a regular periodic basis is the same as turning off the screen burn-in reduction feature. You thus need to be careful not to continually execute this function over an extended period of time.</strong></u></font> 33</p> 34 35<h2>See Also</h2> 36<P class="reference"> 37<a href="VIEnableDimming.html">VIEnableDimming</a>, 38<a href="VIGetDimmingCount.html">VIGetDimmingCount</a>, 39<a href="VISetTimeToDimming.html">VISetTimeToDimming</a> 40</p> 41 42<h2>Revision History</h2> 43<p> 442007/07/11 Added a cautionary note prohibiting use except when the Nintendo DS is employed as a controller.<br>2006/11/28 Initial version.<br> 45</p> 46 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49