Nokia_5110_LCD_Oscope by DGxInfinitY

This sketch is missing a short description
This is a sketch for the ATMega1284P-PU, works very well with the Nokia 5110 using the Adafruit Library. It is still a work in progress however you can change the pin definitions so that it will work with your Arduino boards. It will work with any Micro-controller that has SPI capabilities and a 2 analog inputs. It will also need more than 8K of memory, (More than an ATTiny85) this is because the display uses almost all of that just writing to the display.

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:181352" 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>