diff --git a/res/spo2_measurements.tml b/res/spo2_measurements.tml index f7d34cb..e3e786b 100644 --- a/res/spo2_measurements.tml +++ b/res/spo2_measurements.tml @@ -1,43 +1,3 @@ -frame{ - strength{3} - beat{false} - finger_out{false} - wf_value{28} - pulse{53} - spo2{99} - perf{0} - dt_ms{1} -} -frame{ - strength{3} - beat{false} - finger_out{false} - wf_value{35} - pulse{53} - spo2{99} - perf{0} - dt_ms{17} -} -frame{ - strength{3} - beat{false} - finger_out{false} - wf_value{39} - pulse{53} - spo2{99} - perf{0} - dt_ms{17} -} -frame{ - strength{3} - beat{false} - finger_out{false} - wf_value{42} - pulse{53} - spo2{99} - perf{0} - dt_ms{16} -} frame{ strength{3} beat{false} diff --git a/src/bedsidemon/style.hpp b/src/bedsidemon/style.hpp index 3ef0860..befdd1e 100644 --- a/src/bedsidemon/style.hpp +++ b/src/bedsidemon/style.hpp @@ -25,7 +25,7 @@ along with this program. If not, see . namespace bedsidemon::style { -constexpr auto color_border = 0xff404040; +constexpr auto color_border = 0xff606060; constexpr auto color_info_text = 0xff808080; constexpr auto font_size_label = ruis::length::make_pp(16);