Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024

Original comment by [email protected] on 13 Feb 2012 at 4:22

  • Changed state: Started
  • Added labels: Milestone-1.02
  • Removed labels: Milestone-Future

from u8glib.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
after switching msb/lsb it works.
but the HelloWorld.pde needs to checked (compile error???)


Original comment by [email protected] on 1 Mar 2012 at 9:05

from u8glib.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
HelloWorld.pde compiles fine, maybe check within the Arduino Environment

Original comment by [email protected] on 1 Mar 2012 at 10:15

from u8glib.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
feedback was, that this works fine

Original comment by [email protected] on 13 Mar 2012 at 5:53

from u8glib.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024

Original comment by [email protected] on 13 Mar 2012 at 5:53

  • Changed state: Fixed

from u8glib.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
With 1.04 and my LC7981 Display I can't get this to work - even the 
HelloWorld.pde fails on me.
I think my problem is that the pin names inside the constructor are confusing. 
Why is /CS needed and equals RS=DI?

I got my display working with just D0..D7, RS, E, RW.

Please, can anyone help?

Original comment by [email protected] on 21 May 2012 at 8:21

from u8glib.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
RS and DI are different names for the same pin. 
RS = Register Select
DI = DATA/Instruciton
The LC7981 has a chip select input line. This pin must have input low to accept 
data or instructions. U8glib can control this "CS" input or you can pull this 
line to GND.
If CS is not used, put U8G_PIN_NONE at this position in the constructor.
U8GLIB_LC7981_160X80 u8g(8, 9, 10, 11, 4, 5, 6, 7,  18, U8G_PIN_NONE, 15, 17, 
16); 

Original comment by [email protected] on 21 May 2012 at 9:19

from u8glib.

Related Issues (20)

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.