Add randomise button to color picker

This commit is contained in:
Kieran Cawthray
2021-08-15 10:41:00 +02:00
parent 6bffc7d528
commit 477ff32edc
2 changed files with 22 additions and 0 deletions

View File

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