1
0
Fork 0
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:
Steve Evans 2023-01-08 09:49:28 +00:00 committed by GitHub
parent a3a21d9233
commit 107d577a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 89 additions and 50 deletions

View file

@ -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,