Giter Club home page Giter Club logo

digole's People

Contributors

spapadim avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

digole's Issues

Does not compile

Hi there, I am struggling with the appalling quality of the Digole library... and i found yours.
I was so hopeful, except that it does not appear to even compile when setting I2C.
Was it tested with interfaces other than serial? Any chances you could kindly have a look?
thanks!

Single-char write text

I'm having an issue with the "write" command.

Using i2c, I'm encountering an malfunction where it might not be NUL-terminating the TT command.
For example:

char compress[]="at";
LCD.write('C'); LCD.write(compress,sizeof(compress));

...will display on the screen something like:

"CTTat"

I'm currently converting all my char writes to string writes (of length 2) to temporarily get around this:

char compress[]="at";
LCD.write("C",2); LCD.write(compress,sizeof(compress));

Category invalid...

Just a small nitpick... Add a:
category=Display
in the library.properties to get rid of the "Uncategorized" compiler warning.

Precompiler for different versions?

A suggestion: Have preprocessor/precompiler definition flags for firmware versions?

There are slight issues between versions, such as the background color.
One version of digole firmware has you set the color, then send the background color command, and then clear screen. (v3.2)
Then there's a later version that only requires you to give the color as a parameter in the background color command. (v3.3)

Another example is the "video" command, which is only available after v4.0.

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.