<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Led Matrix Meter</title><link>https://sourceforge.net/p/h5chart/wiki/Led%2520Matrix%2520Meter/</link><description>Recent changes to Led Matrix Meter</description><atom:link href="https://sourceforge.net/p/h5chart/wiki/Led%20Matrix%20Meter/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Sep 2011 12:57:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/h5chart/wiki/Led%20Matrix%20Meter/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Led Matrix Meter modified by lenysoft</title><link>https://sourceforge.net/p/h5chart/wiki/Led%2520Matrix%2520Meter/</link><description>Led Matrix Meter
----------------

Led Matrix can display numeric and alphanumeric information in one row.
Can customize every range color, message, animation (blink, Right to left movement or static) 
and animation counter. 
When current numeric data is into the range, the matrix displays the message whith the
designed color and animation.

~~~~~~

var l=new LedMatrixMeter();
	
l.set( {
		left : 			40,
		top  : 			40,
		width: 			200,
		height: 		40,
		current: 		.5,
		animate:		true,
		animateCounter:	20});
	
l.serie.add({value:10,color:"green",message:'Val OK'});
l.serie.add({value:20,color:"#808000",animateType: 'RL',message:'Warning'});
l.serie.add({value:30,color:"red",animateType: 'blink',message:'Danger'});
	
l.draw(canvasId);

~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Thu, 29 Sep 2011 12:57:57 -0000</pubDate><guid>https://sourceforge.net8034ae627cad04770cd2847605e277b35658b4d7</guid></item></channel></rss>