Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Multiple "declared in this scope" errors DIY GameFrame #4399
    matveit
    Participant

    Hi,

    I have exactly the same issue with the source code.
    Something in the declaration part seems to make problems, so the “void setup()” section isn’t recognized properly by the compiler.
    Probably the libraries are not correct.

    To solve it, I made a new project in Arduino and adapted your code step by step into my project.
    I made my own loops to crawl through the SD card and I managed to display the bitmaps I bought. When it comes to Inifile integration the sketch is not working anymore.
    I just declare the IniFile and it crashes.

    Additionally I switched from Arduino Nano to Teensy 3.2 now.
    But the code doesn’t compile anyway. (expected unqualified-id before ‘void’) in declaration of void setup(void).

    Do you have a more detailed list of library versions needed?

    Is it possible to adapt the V2 code to W2812 LEDs?
    I would really appreciate your help.

    Best regards and my respect for this cool project.

    Matthias from Germany

Viewing 1 post (of 1 total)