ZeroPhone / ZPUI

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

Snake app works better on different screen sizes #153

Closed LouisPi closed 5 years ago

LouisPi commented 5 years ago

Allows the snake app to be more easily played on different screen sizes and should prevent errors on screen sizes smaller than 128x64.

codecov[bot] commented 5 years ago

Codecov Report

Merging #153 into devel will decrease coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #153      +/-   ##
==========================================
- Coverage   40.56%   40.56%   -0.01%     
==========================================
  Files         248      248              
  Lines       19947    19948       +1     
==========================================
  Hits         8091     8091              
- Misses      11856    11857       +1
Impacted Files Coverage Δ
apps/games/snake/main.py 26.79% <0%> (-0.18%) :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 519897e...7d63f81. Read the comment docs.

CRImier commented 5 years ago

Thank you!