summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/dm320.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/dm320.h b/firmware/export/dm320.h
index 57ffc8667a..7a64056a4c 100644
--- a/firmware/export/dm320.h
+++ b/firmware/export/dm320.h
@@ -24,7 +24,7 @@
24#ifndef __DM320_H__ 24#ifndef __DM320_H__
25#define __DM320_H__ 25#define __DM320_H__
26 26
27#define LCD_BUFFER_SIZE (640*480*4) 27#define LCD_BUFFER_SIZE (640*480*2)
28#define TTB_SIZE (0x4000) 28#define TTB_SIZE (0x4000)
29/* must be 16Kb (0x4000) aligned */ 29/* must be 16Kb (0x4000) aligned */
30#define TTB_BASE ((unsigned int *)(0x04900000 - TTB_SIZE)) /* End of memory */ 30#define TTB_BASE ((unsigned int *)(0x04900000 - TTB_SIZE)) /* End of memory */