add the center icon, this could be optional?

This commit is contained in:
nathan 2016-06-16 19:40:58 -07:00
parent 1a7ed10ef1
commit b01103e655
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,9 @@ void max7456_artificial_horizon(int rollAngle, int pitchAngle, uint8_t show_side
max7456_screen[pos] = SYM_AH_BAR9_0+(Y%9);
}
}
max7456_screen[position-1] = SYM_AH_CENTER_LINE;
max7456_screen[position+1] = SYM_AH_CENTER_LINE_RIGHT;
max7456_screen[position] = SYM_AH_CENTER;
if (show_sidebars) {
// Draw AH sides