Git Product home page Git Product logo

doglcd's People

Contributors

wayoda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wtfuzz

doglcd's Issues

doglcd.h doesn't work with MEGA2560 (works with arduino leonardo)

This issue was reported by a user on the now retired Google code repo.

DogLcd example sketches work with an arduino Lenoardo but not with a arduino Mega2560 (no further information available)

I wasn't able to replicate the problem with a first generation Arduino Mega. The status of the issue with the original poster is unkown.

LICENSE conflict

The LICENSE file in the repository is in conflict with the LGPL header at the beginning of the actual source code.

lcd.home() must be called after lcd.createChar()

The library supports the creation of custom charcters with the lcd.createChar() function. But the new character is not visible on the display immediately. The user must call, one of the funtions lcd.home()or lcd.setCursor()after the character creation.

Reason for this error is unknown.
Workaround :
Define characters in the setup() function of the sketch and call lcd.home() at the end of setup().

LCD won't operate when CPU is above 70MHz

I'm using a teensy 3.6, which is programmed using the arduino ide. When the clock speed is below 70MHz the lcd functions perfectly. Above that characters flood the screen. At max speed (180MHz) the screen doesn't turn on. Please provide some insight on how to resolve this problem.

bias set always 0x1D

writeCommand(0x1D,30);

This seems to always send 0x1D but according to the datasheet that came with my display the bias set command should depend on both model and voltage. 0x1D is only the correct value for a DOGM163 at 5V.

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.