Giter VIP home page Giter VIP logo

Comments (5)

Ritesh236 avatar Ritesh236 commented on June 29, 2024

Hello,

Also let us know can it be possible to scroll text from left to right or right to left if we connected more than one LED?

Regards,
Ritesh Prajapati

from esp-idf-lib.

UncleRus avatar UncleRus commented on June 29, 2024

Looks like

max7219_t dev = { .cascade_size = 3, .digits = 8, .mirrored = true };

is wrong. I suggest you do something like

max7219_t dev = { .cascade_size = 3, .digits = 24 /* cascade_size * digits in one cascade */, .mirrored = true };

from esp-idf-lib.

Ritesh236 avatar Ritesh236 commented on June 29, 2024

@UncleRus,

Thanks for your quick response. I think I have checked with above but still will confirm it again.

Also I would like to know that which API can be useful to scroll text continuously as we are using total 3 cascaded LEDs together? Because we want to continuously display text with some delay intervals.

Hope you can understand my question for that.

Regards,
Ritesh Prajapati

from esp-idf-lib.

Ritesh236 avatar Ritesh236 commented on June 29, 2024

@UncleRus,

We have tried with below settings but still no any success for that. only single LED 8X8 is working but characters are not properly displayed

max7219_t dev = { .cascade_size = 3, .digits = 24 /* cascade_size * digits in one cascade */, .mirrored = true };

Are you sure that it will be worked with multiple cascaded LEDs like 3 into our case?

Let me know if any other resolutions for same.

Regards,
Ritesh Prajapati

from esp-idf-lib.

Ritesh236 avatar Ritesh236 commented on June 29, 2024

@UncleRus ,

We have checked with your solution but it didn't work well and only displayed into one LED but still not proper.

So what we can do to resolve it as soon as possible because we need to fix it urgently..

Regards,
Ritesh Prajapati

from esp-idf-lib.

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.