mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Add support for character attribute rich displayport
This commit is contained in:
parent
e1244af09a
commit
2e84b0c442
17 changed files with 123 additions and 70 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "common/time.h"
|
||||
|
||||
#include "drivers/display.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
|
||||
#include "sensors/esc_sensor.h"
|
||||
|
@ -300,7 +302,6 @@ extern float osdGForce;
|
|||
extern escSensorData_t *osdEscDataCombined;
|
||||
#endif
|
||||
|
||||
|
||||
struct displayPort_s;
|
||||
void osdInit(struct displayPort_s *osdDisplayPort);
|
||||
bool osdInitialized(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue