ardupilot/libraries/AP_OSD
Peter Barker 8867457c4f AP_OSD: fix pointless multiple/divide
This is scaling code; OSD wants 0 to 99 vs 0 to 255 the uint8_t
function gives.  Use the unerlying 0-1 function in the OSD code in
preference to unscaling it from 255 then scaling to 99
2020-06-10 09:39:59 +10:00
..
fonts AP_Notify: add mah consumed to BAT line in OLED displays 2020-02-18 15:15:52 +11:00
AP_OSD.cpp AP_OSD: avoid build when OSD disabled 2020-03-28 15:28:03 +11:00
AP_OSD.h AP_OSD: allow osd to be disabled 2019-12-30 13:02:04 +11:00
AP_OSD_Backend.cpp AP_OSD: fixed vsnprintf return assumption 2019-09-12 08:43:31 +10:00
AP_OSD_Backend.h AP_OSD: formatting fixes 2019-09-25 15:01:59 +09:00
AP_OSD_MAX7456.cpp AP_OSD: fixes for modified AP_ROMFS API 2019-10-24 22:03:43 +11:00
AP_OSD_MAX7456.h AP_OSD: formatting fixes 2019-09-25 15:01:59 +09:00
AP_OSD_SITL.cpp AP_OSD: fixes for modified AP_ROMFS API 2019-10-24 22:03:43 +11:00
AP_OSD_SITL.h AP_OSD: formatting fixes 2019-09-25 15:01:59 +09:00
AP_OSD_Screen.cpp AP_OSD: fix pointless multiple/divide 2020-06-10 09:39:59 +10:00
AP_OSD_Setting.cpp AP_OSD: fixed X range 2018-06-27 14:55:00 +10:00