A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
AVR code for Nokia LCD
Sample AVR library for controlling the Nokia 6100 LCD.
The sample code was written for an Atmel ATmega644 AVR microcontroller, but should run on the mega16, mega32, mega128, etc. Code is designed to control Spark Fun's Nokia-like graphic color LCD with an Atmel AVR microcontroller.
The code uses C++ classes. If you have ever forgotten to set the direction register for an output, or neglected to call a setup function to initialize a counter, you'll appreciate that the class constructors automatically take care of all the setup required for each object.
Sample Atmel AVR Code for the Spark Fun Nokia-like graphic color LCD