document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <head>
  3. <title>rgb display simulation, without fade</title>
  4. <link href="./rgb.css" type="text/css" rel="stylesheet"/>
  5. <script src="./rgb.js" type="text/javascript"></script>
  6.  
  7.  
  8. </head>
  9. <body onload="assignListeners();">
  10. <h1>rgb display simulation, without fade</h1>
  11.  
  12. <div>The led lightTab from the Trippy LED project is rendered from the lightTab array, and displayed as the CSS of the "leddisplay." The idea is to model light display that can then be loaded into tripy RGB device. </div>
  13. <div id="controls">
  14. <button id="play" >play</button>
  15. </div>
  16.  
  17. <div id="current">Current Step: </div>
  18.  
  19. <div id="leddisplay">
  20. <div>LED Display</div>
  21. <div>LED Display</div>
  22. <div>LED Display</div>
  23. <div>LED Display</div>
  24. </div>
  25.  
  26. </body>
  27. </html>
');