mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 10:58:30 -04:00
AP_OSD: fixed up/down arrows
This commit is contained in:
parent
b370131505
commit
4485efe989
@ -173,10 +173,10 @@ AP_OSD_Screen::AP_OSD_Screen()
|
|||||||
#define SYM_HEADING_DIVIDED_LINE 0x1C
|
#define SYM_HEADING_DIVIDED_LINE 0x1C
|
||||||
#define SYM_HEADING_LINE 0x1D
|
#define SYM_HEADING_LINE 0x1D
|
||||||
|
|
||||||
#define SYM_UP_UP 0xA3
|
#define SYM_UP_UP 0xA2
|
||||||
#define SYM_UP 0xA4
|
#define SYM_UP 0xA3
|
||||||
#define SYM_DOWN 0xA5
|
#define SYM_DOWN 0xA4
|
||||||
#define SYM_DOWN_DOWN 0xA6
|
#define SYM_DOWN_DOWN 0xA5
|
||||||
|
|
||||||
void AP_OSD_Screen::draw_altitude(uint8_t x, uint8_t y)
|
void AP_OSD_Screen::draw_altitude(uint8_t x, uint8_t y)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user