minor: smaller string

This commit is contained in:
thiswillbeyourgithub 2022-05-09 21:21:17 +02:00
parent 96ab17075d
commit f3516cc755
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ class SleepTkApp():
draw.string("No alarm set", 0, 70)
draw.string("data points: {} / {}".format(str(self._data_point_nb), str(self._data_point_nb * _FREQ // _STORE_FREQ)), 0, 110)
if self._track_HR_once:
draw.string("(Currently tracking HR)", 0, 170)
draw.string("(ongoing)", 0, 170)
if self._state_HR_tracking:
draw.string("HR:{}".format(self._last_HR_printed), 160, 170)
self.btn_off = widgets.Button(x=0, y=200, w=240, h=40, label="Stop")