mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
CMS-OSD separation
This commit is contained in:
parent
c795135542
commit
6cf9086f56
19 changed files with 1518 additions and 1351 deletions
|
@ -1,2 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
void cmsInit(void);
|
||||
void cmsHandler(uint32_t);
|
||||
|
||||
void cmsOpenMenu();
|
||||
void cmsUpdate(uint32_t);
|
||||
void cmsScreenResync(void);
|
||||
|
||||
// Required for external CMS tables
|
||||
|
||||
void cmsChangeScreen(void * ptr);
|
||||
void cmsExitMenu(void * ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue