This sketch is missing a short description
A simple program to display the full color palette of the TinyScreen. I used drawPixel which is very slow, but I kind of liked the animation of drawing the palette. I'm sure there are better ways to transition the colors too, maybe I will make some alternate views you can switch to using the buttons.
Note, after drawn, it cycles though brightness levels every 2 seconds.
Embed This Sketch
Use the following HTML code to embed the sketch code above in your blog or website.
<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:91591" frameborder="0"></iframe>
Embed The Serial Monitor
You can also embed the Serial Monitor section! Just use this HTML code.
<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>