ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Fixed date_picker glitches #171

Open LouisPi opened 5 years ago

LouisPi commented 5 years ago

I found there were some problems using DatePicker on screens other than 128x64 so the problems have been fixed (hopefully). Am yet to test on screens sizes other than 128x128.

codecov[bot] commented 5 years ago

Codecov Report

Merging #171 into devel will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           devel     #171      +/-   ##
=========================================
- Coverage   41.1%   41.07%   -0.03%     
=========================================
  Files        254      254              
  Lines      21484    21485       +1     
=========================================
- Hits        8830     8826       -4     
- Misses     12654    12659       +5
Impacted Files Coverage Δ
ui/date_picker.py 85.22% <100%> (-2.28%) :arrow_down:
ui/canvas.py 89.23% <0%> (-0.35%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2765c95...7b20b9c. Read the comment docs.