Skip to content
Snippets Groups Projects
Commit e597083f authored by rahix's avatar rahix
Browse files

Merge 'Fix bad merge in ECG app'

See merge request card10/firmware!269
parents 553a5038 ed6b6ea9
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ def draw_histogram():
old = value
x += 1
draw_leds((60 - int((max(history[-3:]) * scale + OFFSET) - 20)) * 11 / 60)
draw_leds((60 - int((max(history[-3:]) * scale + OFFSET_Y) - 20)) * 11 / 60)
# draw text: mode/bias/write
if pause_histogram == True:
disp.print(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment