Skip to content

Commit

Permalink
tweak recorded waveform
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 17, 2024
1 parent 219e6ac commit 2fca7b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions res/spo2_measurements.tml
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion src/bedsidemon/style.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

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);
Expand Down

0 comments on commit 2fca7b1

Please sign in to comment.