ZeroPhone / ZPUI

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

final calc improvements; fix emulator #,* keys #163

Closed Ser2808 closed 5 years ago

Ser2808 commented 5 years ago

input/drivers/pygame_input.py -change KEY_ANSWER,KEYHASH keys to KEY*, KEY_# for use in emulator;

apps/utils/calculator/main.py -add help page; -add degree/radian; -make keys consistent (left=Exit, F5=Help,...); -change current row to blinking cursor; -change names of operation (^2->square,...); -add add/sub_memory, change memory to use result; -set row0=first number, row3=second number; -no rollover on mode;

codecov[bot] commented 5 years ago

Codecov Report

Merging #163 into devel will decrease coverage by 0.12%. The diff coverage is 14.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #163      +/-   ##
==========================================
- Coverage   41.35%   41.22%   -0.13%     
==========================================
  Files         253      253              
  Lines       21083    21175      +92     
==========================================
+ Hits         8718     8729      +11     
- Misses      12365    12446      +81
Impacted Files Coverage Δ
input/drivers/pygame_input.py 0% <ø> (ø) :arrow_up:
apps/utils/calculator/main.py 23.27% <14.01%> (-4.07%) :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 bf9af63...37a3602. Read the comment docs.

CRImier commented 5 years ago

Thank you!