Giter Club home page Giter Club logo

gfx4diod9's People

Contributors

per1234 avatar wanago avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gfx4diod9's Issues

v1.0.2 not compatible with ESP8266 3.1.*

Hi,

I have noticed that the latest version of this library does not work with the 3.1.* version of the ESP8266 (but working fine with ESP8266 V3.0.2).
When you compile the v1.0.2 version on v3.1.1 you get this error:

/Users/**/Documents/Arduino/libraries/GFX4DIoD9/src/GFX4dIoD9.cpp: In member function 'void GFX4dIoD9::begin()':
/Users/**/Documents/Arduino/libraries/GFX4DIoD9/src/GFX4dIoD9.cpp:309:21: error: cannot convert 'SPISettings' to 'uint32_t' {aka 'unsigned int'}
  309 |   if (SD.begin(_sd, spiSettings))
      |                     ^~~~~~~~~~~
      |                     |
      |                     SPISettings

The issue came with this modif on the ESP8266 side: esp8266/Arduino@c487ca5 as part of the move to SdFat 2.0.2

Albeit advertised as non-breaking in https://github.com/esp8266/Arduino/releases/tag/3.1.0

A simple cast to uint32_t did not work.


Another issue is:

/Users/**/Documents/Arduino/libraries/GFX4DIoD9/src/GFX4dIoD9.cpp: In member function 'void GFX4dIoD9::ImageWifi(boolean, String, uint16_t, String, String)':
/Users/**/Documents/Arduino/libraries/GFX4DIoD9/src/GFX4dIoD9.cpp:1305:49: error: no matching function for call to 'HTTPClient::begin(String&, uint16_t&, String&, String&)'
 1305 |       if (!http.begin(Address, port, hfile, sha1)) return;
      |                                                 ^

Do these issue relate to the ESP8266 version check?
#if ARDUINO_ESP8266_GIT_VER > 0x2843a5ac

Thanks!

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.