mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_Notify: re-enable display on 1Mb boards
This commit is contained in:
parent
7cd3c29ab2
commit
1f324d7cbf
@ -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
Block a user