Git Product home page Git Product logo

Comments (3)

bert2002 avatar bert2002 commented on June 4, 2024

Hi, I am getting the same error. Any insights?

weather-station-v2:43: error: 'drawFrame1' was not declared in this scope
 void (*frameCallbacks[3])(int x, int y) = {drawFrame1, drawFrame2, drawFrame3};
                                            ^
weather-station-v2:43: error: 'drawFrame2' was not declared in this scope
 void (*frameCallbacks[3])(int x, int y) = {drawFrame1, drawFrame2, drawFrame3};
                                                        ^
weather-station-v2:43: error: 'drawFrame3' was not declared in this scope
 void (*frameCallbacks[3])(int x, int y) = {drawFrame1, drawFrame2, drawFrame3};
                                                                    ^
exit status 1
'drawFrame1' was not declared in this scope

Not sure if its important, but I dont have any display connected at the moment. @SPJS01 did you find a solution?

Many Thanks

bert

from esp8266-projects.

josmanperez avatar josmanperez commented on June 4, 2024

Hi  @SPJS01 @bert2002 you have to move the

 void drawFrame1(int x, int y) {
   display.setFontScale2x2(false);
   display.drawString(65 + x, 8 + y, "Now");
   display.drawXbm(x+7,y+7, 50, 50, getIconFromString(weather.getCurrentIcon()));
   display.setFontScale2x2(true);
   display.drawString(64+ x, 20 + y, String(weather.getCurrentTemp()) + "C"); 
 }

To above the reference name of drawFrame1

from esp8266-projects.

mhmtmnctl avatar mhmtmnctl commented on June 4, 2024

'drawFrame1' was not declared in this scope i moved code that u gave but still have this error....

from esp8266-projects.

Related Issues (17)

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.