summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320')
-rw-r--r--firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c b/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
index fca2af0732..90c96384fb 100644
--- a/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
+++ b/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
@@ -33,7 +33,11 @@
33#include "dsp-target.h" 33#include "dsp-target.h"
34#include "dsp/ipc.h" 34#include "dsp/ipc.h"
35 35
36#if CONFIG_ORIENTATION == SCREEN_PORTRAIT
37#define LCD_USE_DMA
38#elif defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE
36#define LCD_USE_DMA 39#define LCD_USE_DMA
40#endif
37 41
38/* Copies a rectangle from one framebuffer to another. Can be used in 42/* Copies a rectangle from one framebuffer to another. Can be used in
39 single transfer mode with width = num pixels, and height = 1 which 43 single transfer mode with width = num pixels, and height = 1 which