31bc47d1cb
PTS/SettingsPTS : Convert to/from LVGL color and Settings::Color, add functions to reduce code duplication. Adapt SettingPineTimeStyle with the last Screen Interface
10 lines
No EOL
210 B
C++
10 lines
No EOL
210 B
C++
#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);
|
|
}
|
|
} |