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_Backend.cpp
AP_OSD_Backend.h
AP_OSD_MAX7456.cpp
AP_OSD_MAX7456.h
AP_OSD_SITL.cpp
AP_OSD_SITL.h
AP_OSD_Screen.cpp AP_OSD: fix pointless multiple/divide 2020-06-10 09:39:59 +10:00
AP_OSD_Setting.cpp