Giter Site home page Giter Site logo

doglcd's People

Watchers

James Cloos avatar

doglcd's Issues

Feature Request: low power mode

I would like to see a power down function for when that disables all voltage 
boot and puts the display into a low power mode.

Original issue reported on code.google.com by [email protected] on 30 Jan 2011 at 6:54

Conflicting return type error on compile with Arduino 0022

Upgrading to Arduino 0022 and latest dogLCD library I'm now receiving the 
following error when compiling my projects:


\Arduino\libraries\doglcd/DogLcd.h:236: error: conflicting return type 
specified for 'virtual size_t DogLcd::write(uint8_t)'
E:\00_Projects\arduino-0022\hardware\arduino\cores\arduino/Print.h:40: error:   
overriding 'virtual void Print::write(uint8_t)'


Original issue reported on code.google.com by [email protected] on 10 Oct 2011 at 5:34

Request for importing library

Hello,

I would like to use your library with the Spark Core. 
It means I have to contribute your library on their website : 
https://www.spark.io/build

Do you agree for me to do it or do you want to do it yourself ?

Thanks

Alexandre


Original issue reported on code.google.com by [email protected] on 16 Sep 2014 at 3:56

createChar method uses different datatype from corresponding method in LiquidCrystal.

What steps will reproduce the problem?
1. Use createChar function on object of DogLcd class.

What do you see instead?
compiler error

LiquidCrystal::createChar expects parameters of type uint8_t or byte;
DogLcd::createChar expects parameters of type int.

Easy to work around, but may want to change for consistency/compatibility.

Original issue reported on code.google.com by [email protected] on 4 Mar 2010 at 9:23

Custom characters are not printed unless home() or setCursor() was called

What steps will reproduce the problem?
You define a custom character with `lcd.createChar()`
You try to print the newly created character on the display.
The character is *not* displayed.

You *have* to call either `lcd.home()` or `lcd.setCursor()` after the
definition of the char with `lcd.createChar()`

Reason for this error is unknown.
Workaround :
Define characters before you start printing anything on the display.



Original issue reported on code.google.com by [email protected] on 22 Apr 2010 at 10:35

3.3v issue, very dim display

Hi

First many thanks for the great library!

I am using this with a dog081 lcd and arduino, all works fine when powering it 
with 5v but when i switch over to 3.3v (I have measured and assured my voltage 
reaching the screen) I get a very dim display. I initiate the display in the 3v 
vcc mode (according to the written wiki) and even set the contrast to max 
allowed but still the display is dim, so you almost see nothing. I use a 
reflective screen, no backlight.

Would this be my unit beeing wrong or something with the code? I tried to 
intrpet the boosting you do but not really sure i got it..

Thanks in advance


Original issue reported on code.google.com by [email protected] on 7 Mar 2011 at 12:16

scrollDisplayLeft and scrollDisplayRight not working

What steps will reproduce the problem?
1. open Scroll example from LiquidChrystal Library
2. Adapt imports and lcd.begin function calls
3. deploy and run sketch

What is the expected output? 
scrolling "Hello World"

What do you see instead?
"Hello World" is displayed without scrolling

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 8:51

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

What steps will reproduce the problem?
1.hook up M163 using 4 wire interface to D2-D5 on the Leonardo.
2.Assign pins and print hello world. - Works
3.hook up M163 using same 4 wires on same digital pins D2-D5 on MEGA2560 - 
Doesn't work.  Blank display

What is the expected output? What do you see instead?
Hello World

What version of the product are you using? On what operating system?
Dated 1/7/14

Please provide any additional information below.
I have created a sketch to toggle D2-D5 (digitalWrite (2,X)) and this works on 
both boards.

Original issue reported on code.google.com by [email protected] on 29 Jan 2015 at 11:28

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.