Advertisement
Guest User

RGB Color Show

a guest
Mar 4th, 2010
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement