Coder Social home page Coder Social logo

myclock's Issues

little Issue in Line 199 / digit.cpp / Display wrong change at midnight at Digit5

if (i < segWidth) drawPixel(segWidth + 1, segHeight + 1 - i, _color); // Draw C

change it to
if (i < segWidth) drawPixel(segWidth + 1, segHeight -i, _color); // Draw C

Display wrong change at midnight, Digit5 from "2" to "0" in Segment C. Is only show 5 pixels. The last 6th pixel in the right corner are lost.

The issue is shown only at midnight and only with military time (24h displaying)!

tzapu Wifimanger 1.0.0

where can i found this?
highest version is 0.15, but is not working:

W:\Arduino\myClock\arduino-1.8.10\portable\sketchbook\myClock\WiFi.ino: In function 'void startWiFi()':

WiFi:41:30: error: no matching function for call to 'WiFiManager::WiFiManager(Stream&)'

   WiFiManager wifiManager(OUT);

                              ^

W:\Arduino\myClock\arduino-1.8.10\portable\sketchbook\myClock\WiFi.ino:41:30: note: candidate is:

In file included from W:\Arduino\myClock\arduino-1.8.10\portable\sketchbook\myClock\myClock.ino:13:0:

W:\Arduino\myClock\arduino-1.8.10\portable\sketchbook\libraries\WiFiManager/WiFiManager.h:74:5: note: WiFiManager::WiFiManager()

     WiFiManager();

     ^

W:\Arduino\myClock\arduino-1.8.10\portable\sketchbook\libraries\WiFiManager/WiFiManager.h:74:5: note:   candidate expects 0 arguments, 1 provided

WiFi:45:15: error: 'class WiFiManager' has no member named 'setClass'

   wifiManager.setClass("invert");               // dark theme

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.