mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
add the center icon, this could be optional?
This commit is contained in:
parent
1a7ed10ef1
commit
b01103e655
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue