diff --git a/src/main/io/osd.c b/src/main/io/osd.c index 6c88e93896..b626c90c6e 100755 --- a/src/main/io/osd.c +++ b/src/main/io/osd.c @@ -712,6 +712,9 @@ void OSD_HORIZON() { int rollAngle = attitude.values.roll; int pitchAngle = attitude.values.pitch; + if (!VISIBLE(OSD_cfg.item_pos[OSD_ARTIFICIAL_HORIZON])) + return; + if (max_screen_size == VIDEO_BUFFER_CHARS_PAL) position += 30;