Giter VIP home page Giter VIP logo

arduino-color-lcd's Introduction

How to use:
Copy the contents of the repository inside arduino/hardware/libraries/ColorLCD. Open the sketch in the "examples" directory for an example. Check ColorLCD.h for a list of public functions.

Have fun!

Note: The Nokia 6100/6610/etc display clones are supposed to use either a Philips PCF8833 controller, or an Epson S1D15G10 controller. I bought my display from eBay and I'm not sure which controller does it use because it doesn't seem to work exactly like one of those two. Maybe the controller itself is a clone. In any case, this is the code that works for me. If it doesn't work for you, contact me.

Information sources:
http://www.arduino.cc/playground/S1D15G10NokiaLCD/S1D15G10NokiaLCD
http://www.sparkfun.com/datasheets/LCD/S1D15G10D08BE_TM_MF1493_03.pdf
http://www.sparkfun.com/tutorial/Nokia%206100%20LCD%20Display%20Driver.pdf


Version 0.2.0 (dev version : February 1, 2010 - present)
Current development version. Change log from version 0.1.1:
* !!inverted the comm pins order, please modify the wiring or source code
* some code refactoring
* all screen areas are now specified as x, y, width, height. Some of them were x1, y1, x2, y2 before.
* fixed a bug that could cause misalignment of text output with the vertical margins
* added the option to print a single zoomed in character. Considering this just prints a resized bitmap, it's very low quality so you might be better off displaying bitmaps

Version 0.1.1 (dev version: Dec 28, 2009 - January 31, 2010)
This is the old development version. Change log from version 0.1:
* replaced the loop used for bit banging with a sequential structure; reset() now takes only 111 milliseconds instead of 183
* it doesn't hold the font bitmaps in ram, it loads them from flash when needed. This saves about 500 bytes of RAM, and it seems it isn't slower.
* fixed a bug in colorFill() that caused the last pixel in the selection to keep its previous color if the last operation was a colorFill() on an overlapping selection
* added a new example, a voltmeter implementation using the ADC

Version 0.1 (Dec 28, 2009)
First release. At the moment, this library allows you to display text, rectangles and bitmaps. Most of the development has been focused on making text output as powerful and simple as possible. It is very similar with using the serial port from the built-in Arduino library.


arduino-color-lcd's People

Contributors

lgeek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.