Add reset button, reduce button opacity

This commit is contained in:
Kieran Cawthray
2021-06-27 15:24:17 +02:00
parent 6889cf1ed8
commit 660a8597f6
2 changed files with 37 additions and 12 deletions

View File

@@ -27,6 +27,7 @@ namespace Pinetime {
lv_obj_t * btnPrevBar;
lv_obj_t * btnNextBG;
lv_obj_t * btnPrevBG;
lv_obj_t * btnReset;
lv_obj_t * timeColor;
lv_obj_t * barColor;
lv_obj_t * bgColor;