Skip to content

Commit

Permalink
New video system
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Oct 29, 2024
1 parent fccc76c commit 107aad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/drivers/osd.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ typedef enum {
VIDEO_SYSTEM_DJIWTF,
VIDEO_SYSTEM_AVATAR,
VIDEO_SYSTEM_DJICOMPAT,
VIDEO_SYSTEM_DJICOMPAT_HD
VIDEO_SYSTEM_DJICOMPAT_HD,
VIDEO_SYSTEM_DJINEW
} videoSystem_e;

typedef enum {
Expand Down
1 change: 1 addition & 0 deletions src/main/io/displayport_msp_osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ displayPort_t* mspOsdDisplayPortInit(const videoSystem_e videoSystem)
break;
case VIDEO_SYSTEM_DJICOMPAT_HD:
case VIDEO_SYSTEM_AVATAR:
case VIDEO_SYSTEM_DJINEW:
currentOsdMode = HD_5320;
screenRows = AVATAR_ROWS;
screenCols = AVATAR_COLS;
Expand Down

0 comments on commit 107aad5

Please sign in to comment.