Git Product home page Git Product logo

Comments (7)

petterhs avatar petterhs commented on May 18, 2024

I don't think this is the case anymore. Could be closed

from infinitime.

christianfl avatar christianfl commented on May 18, 2024

I can confirm that for the digital clock @petterhs (which was afaik the only watch face when this issue was created). However, the analog watch face introduced in InfiniTime 0.15.0 does show the old time for a few ms after waking up the clock. The amount of time is so little that I couldn't record it with my smartphone but it is there and noticeable. Happens with InfiniTime 1.0.0.

Edit: File attached, GoPro was able to record it, 1/8 speed

analog_clock_infinitime_compressed.mp4

from infinitime.

tmilburn avatar tmilburn commented on May 18, 2024

I think this is due to the LCD being woken up before the current app screen is refreshed. The LCD's frame memory appears not to be erased during a soft or hard reset which causes it to display the last screen when switched on. The app then refreshes the screen but in the case of the analog watch face this takes 10s of milliseconds causing the last screen to be briefly visible.

A possible fix would be to run a single refresh of the current app screen before turning on the display such that the LCD's frame memory is updated.

from infinitime.

Riksu9000 avatar Riksu9000 commented on May 18, 2024

I think this is due to the LCD being woken up before the current app screen is refreshed. The LCD's frame memory appears not to be erased during a soft or hard reset which causes it to display the last screen when switched on. The app then refreshes the screen but in the case of the analog watch face this takes 10s of milliseconds causing the last screen to be briefly visible.

It is most likely caused by something like this as #586 seems to fix this issue.

from infinitime.

tmilburn avatar tmilburn commented on May 18, 2024

I'm surprised that #586 fixes the issue because that PR only removes unnecessary commands to the LCD. The display still comes on before the app is refreshed.

from infinitime.

Riksu9000 avatar Riksu9000 commented on May 18, 2024

The display takes some time to wake up after the Sleep Out command and it displays two blank frames. I think we're intended to update the screen during this blank period, but the commands added so much delay that it couldn't update the display in time, so it displayed what was left previously. Therefore I think this issue can be closed with #586. Seems to happen still sometimes.

from infinitime.

JF002 avatar JF002 commented on May 18, 2024

Latest versions of InfiniTime (1.7) improved many aspect of the UI and UX. I think we can close this issue. Feel free to reopen if needed.

from infinitime.

Related Issues (20)

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.