AP_OSD: make packed decimal the default
and fix SITL char spacing
This commit is contained in:
parent
3fb034e350
commit
84d2b1cd93
@ -75,7 +75,7 @@ const AP_Param::GroupInfo AP_OSD::var_info[] = {
|
||||
// @Description: This sets options that change the display
|
||||
// @Bitmask: 0:UseDecimalPack
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("_OPTIONS", 8, AP_OSD, options, 0),
|
||||
AP_GROUPINFO("_OPTIONS", 8, AP_OSD, options, OPTION_DECIMAL_PACK),
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
@ -55,7 +55,7 @@ private:
|
||||
static const uint8_t char_height = 18;
|
||||
static const uint8_t video_lines = 16; // PAL
|
||||
static const uint8_t video_cols = 30;
|
||||
static const uint8_t char_spacing = 1;
|
||||
static const uint8_t char_spacing = 0;
|
||||
|
||||
// scaling factor to make it easier to read
|
||||
static const uint8_t char_scale = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user