mirror of https://github.com/ArduPilot/ardupilot
AP_Notify: re-enable display on 1Mb boards
This commit is contained in:
parent
3a683be219
commit
c265d70d3d
|
@ -3,7 +3,7 @@
|
||||||
#include "NotifyDevice.h"
|
#include "NotifyDevice.h"
|
||||||
|
|
||||||
#ifndef HAL_DISPLAY_ENABLED
|
#ifndef HAL_DISPLAY_ENABLED
|
||||||
#define HAL_DISPLAY_ENABLED !HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024
|
#define HAL_DISPLAY_ENABLED !HAL_MINIMIZE_FEATURES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ROW(Y) ((Y * 10) + 6)
|
#define ROW(Y) ((Y * 10) + 6)
|
||||||
|
|
Loading…
Reference in New Issue