ZeroPhone / ZPUI

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

Add support for ST7735 128x128 screen and small correction #131

Closed LouisPi closed 5 years ago

LouisPi commented 5 years ago

Added support for a ST7735 128x128 screen as well as adding support for a splash screen for a 128x128 screen. Must be a simple way to check the dimensions of the screen and load the appropriate splash screen though. Also, small correction in the pi_gpio.py file.

codecov[bot] commented 5 years ago

Codecov Report

Merging #131 into devel will increase coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #131      +/-   ##
==========================================
+ Coverage   37.59%   37.59%   +<.01%     
==========================================
  Files         232      232              
  Lines       18032    18042      +10     
==========================================
+ Hits         6779     6783       +4     
- Misses      11253    11259       +6
Impacted Files Coverage Δ
input/drivers/pi_gpio.py 0% <ø> (ø) :arrow_up:
output/drivers/st7735.py 0% <0%> (ø) :arrow_up:
output/drivers/luma_driver.py 0% <0%> (ø) :arrow_up:
splash.py 33.33% <0%> (-16.67%) :arrow_down:
ui/date_picker.py 67.83% <0%> (+2.79%) :arrow_up:

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 7c14f02...6ffa43d. Read the comment docs.