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.
6100
Polyphemus
8. April 2009 - 18:50 — adminAn interesting idea: Revitalize a Butterfly kit with well-known lowcost Nokia 6100 color display.
AVR library for Nokia color LCD
19. March 2009 - 19:19 — adminAnother Nokia LCD Driver for 4096 Colors.
Cheap color LCD with Arduino
2. January 2009 - 16:50 — adminA Nokia 6100 (or 6610) LCD display driver for use with the Arduino micrcontroller platform.
AVR code for Nokia LCD
2. January 2009 - 16:43 — adminSample AVR library for controlling the Nokia 6100 LCD.
Flickr images on a Nokia 6110 Color LCD
14. June 2008 - 14:01 — adminMost used are these green character displays with two or more rows to display menus, status or debug messages. With mass production of mobile phones, color LCDs get that cheap, that they can be used as replacement. To test the display, I hacked a kind of small digital picture frame, that fetches pictures from Flickr.
Nokia Color LCD - using 4096 colors in 8bit mode
7. July 2007 - 21:25 — adminHow to manage Nokia 6100 LCD to use 4096 colors without any limitations? It's easy... You can use my library for free.
As I promise in my previous article , here is my improved LCD C library for using with the Nokia 6100 Series LCD.
Main feature in this library is method to use full 4096 colors in the 8bits (256col) mode. It is enabled by simple hack, based on the color lookup table and the LRU cache.
Cheap LCD display with 4096 colors for embedded projects
29. June 2007 - 21:19 — adminHow to use the color LCD from the Nokia 6100 mobile phone with your own microcontroller project? Inside: Description of full-color (4096 colors) LCD mode, connecting the display to the µC and free graphics library to download.