InfiniTime.git

ref: 8e2dcda14fac3e9ebc3b592439ad1f2afbbc7076

src/displayapp/Colors.h


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#pragma once

#include <lvgl/src/lv_misc/lv_color.h>
#include "components/settings/Settings.h"

namespace Pinetime {
  namespace Applications {
    lv_color_t Convert(Controllers::Settings::Colors color);
  }
}