• Mathias Agopian's avatar
    fix BootAnimation timing · db7dd2af
    Mathias Agopian authored
    We were including the delay of the previous frame when
    calculating the delay needed between a frame and the next.
    This caused a bad jitter in the animation timing.
    
    We also now use clock_nanosleep().
    
    Change-Id: Iebb8cca4d57fe2f11d83b23a736e03db7a7d2006
    db7dd2af
BootAnimation.cpp 17.9 KB