Git Product home page Git Product logo

make-block-reloaded's People

Contributors

harbaum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

make-block-reloaded's Issues

Configmenu is never shown

I have a problem with the config menu on my arduino nano. In case I press any key at startup nothing will be painted at the LEDs, so the screen stay black. In addition I can't press any key (I can but nothing happens).

So I have investigated a little bit and I found some crazy behaviors:
First: In case the method "config_draw_menu" is called to show the menu, nothing happens. The method is called correctly but nothing is painted to the LEDs.

Second: Then I took a look at the loop() method from application. After each config_draw_menu call, the milliSeconds from arduino (method millis()) will be resetted to 0. So the application freezed because the next_event has a value greater then 5000 for example and millis are smaller.
So after each key press in state = STATE_CONFIG, the config_draw_menu is called and reset the millis(). I have no idea whats going wrong.

In case I ran the application build with make on my computer everything is working fine. Just at the arduino nano I got this behavior.

Do you have any idea what can I do?

Thanks in advance
Tobias

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.