mirror of https://github.com/ArduPilot/ardupilot
AP_Notify: support OLED display on ChibiOS
This commit is contained in:
parent
63a825dd2c
commit
65b762ddfe
|
@ -213,6 +213,7 @@ void AP_Notify::add_backends(void)
|
||||||
ADD_BACKEND(new AP_BoardLED());
|
ADD_BACKEND(new AP_BoardLED());
|
||||||
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_EXTERNAL));
|
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_EXTERNAL));
|
||||||
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_INTERNAL));
|
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_INTERNAL));
|
||||||
|
ADD_BACKEND(new Display());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue