Giter VIP home page Giter VIP logo

graphiclcd_nokia_5110's Introduction

Graphic LCD 84x48-Nokia 5110

Graphic LCD 84x48

Graphic LCD 84x48 Nokia 5110 (LCD-10168)

The Nokia 5110 is a basic graphic LCD screen for lots of applications. It was originally intended for as a cell phone screen. This one is mounted on an easy to solder PCB.

Repository Contents

  • /Firmware - Example firmware to run the LCD screen.

Documentation

License Information

This product is open source!

Please review the LICENSE.md file for license information.

If you have any questions or concerns on licensing, please contact [email protected].

Distributed as-is; no warranty is given.

  • Your friends at SparkFun.

graphiclcd_nokia_5110's People

Contributors

adshea avatar elizabethsrobert avatar jesrui avatar

Stargazers

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

Watchers

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

graphiclcd_nokia_5110's Issues

Wrong default contrast in example

I spent few hours trying to get my cheap ebay Nokia LCD working, searching on sketch and wiring and even changing LCD without any success until I discovered that default contrast was too low to see anything. So changing the line
setContrast(40); // Good values range from 40-60
to
setContrast(60); // Good values range from 40-60

Did the trick, could be great to set default value to 60, il all case good to know....

Compile error:

A compile time error is showing up to me

In Nokia_LCD.cpp line 323: In member function 'bool Nokia_LCD::print(long unsigned int)'

variable-sized object 'number_as_string' may not be initialized

char number_as_string[length_as_string] = {0}; 

This solution has worked for me ๐Ÿ’ฏ

char number_as_string[length_as_string];
memset(  number_as_string, 0, length_as_string*sizeof(char) );

RST line does not work with 10K resistor

Thanks for the great tutorial! This was a lot of fun to get working!

I followed the tutorial's instructions and connected pin 6 to RST via a 10K resistor. However, with the 10K resistor there, the line didn't work for me at all. I reduced the value to 1K and it worked fine, but that's really just a random guess from me. It also worked without the resistor, but as stated in your tutorial, that can shorten the board life.

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.