Attenuation always positive on screen

tinySA
erikkaashoek 6 years ago
parent 409d836a12
commit 43f98e0f1f

@ -1170,7 +1170,7 @@ void draw_cal_status(void)
ili9341_drawstring("Attn:", x, y); ili9341_drawstring("Attn:", x, y);
y += YSTEP; y += YSTEP;
plot_printf(buf, BLEN, "%ddB", -setting_attenuate); plot_printf(buf, BLEN, "%ddB", setting_attenuate);
buf[5]=0; buf[5]=0;
ili9341_drawstring(buf, x, y); ili9341_drawstring(buf, x, y);

Loading…
Cancel
Save

Powered by TurnKey Linux.