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.
Cheap color LCD with Arduino
A Nokia 6100 (or 6610) LCD display driver for use with the Arduino micrcontroller platform.
This library is designed for LCD modules with the Epson S1D15G10 controller - the driver is not compatible with its Phillips controller pendant (slightly different command-set) which is in some of the Nokia 6610s.
Basically the driver is capable of doing the following thins:
* specifying the color of a single pixel on the screen
* drawing a line
* drawing a circle
* drawing a rectangel (and fill it if wanted)
* drawing a picture from an array of data converted from .xpm (converter not included in this distribution)
* drawing text (char/string)
(See also my pages about these displays with ARM Cortex-M3 microcontrollers: 6100 LCD