mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Make display support configurable per-target, enabled by default for
NAZE and EUSTM32F103RC.
This commit is contained in:
parent
f29168a998
commit
2e959dfd04
6 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "build_config.h"
|
||||
|
||||
#ifdef DISPLAY
|
||||
|
||||
#include "drivers/system.h"
|
||||
#include "drivers/display_ug2864hsweg01.h"
|
||||
|
||||
|
@ -70,3 +72,5 @@ void displayInit(void)
|
|||
delay(20);
|
||||
ug2864hsweg01InitI2C();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue