mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Fix reset PG behaviour and configurator interactions based on USE_OSD_SD and USE_OSD_HD definitions (#12152)
This commit is contained in:
parent
a3a21d9233
commit
107d577a90
7 changed files with 89 additions and 50 deletions
|
@ -20,6 +20,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define VIDEO_COLUMNS_SD 30
|
||||
#define VIDEO_LINES_NTSC 13
|
||||
#define VIDEO_LINES_PAL 16
|
||||
|
||||
typedef enum {
|
||||
DISPLAYPORT_DEVICE_TYPE_MAX7456 = 0,
|
||||
DISPLAYPORT_DEVICE_TYPE_OLED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue