mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Split OLED displayport out of dashboard
This commit is contained in:
parent
51d4b34540
commit
ca1de7a4d9
8 changed files with 129 additions and 90 deletions
|
@ -26,6 +26,7 @@ typedef struct displayPort_s {
|
|||
// CMS state
|
||||
bool cleared;
|
||||
int8_t cursorRow;
|
||||
bool inCMS;
|
||||
} displayPort_t;
|
||||
|
||||
typedef struct displayPortVTable_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue