summaryrefslogtreecommitdiff
path: root/firmware/export/config/archosrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/archosrecorder.h')
-rw-r--r--firmware/export/config/archosrecorder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/archosrecorder.h b/firmware/export/config/archosrecorder.h
index fb11ac52ba..016ea8b944 100644
--- a/firmware/export/config/archosrecorder.h
+++ b/firmware/export/config/archosrecorder.h
@@ -31,6 +31,8 @@
31/* LCD dimensions */ 31/* LCD dimensions */
32#define LCD_WIDTH 112 32#define LCD_WIDTH 112
33#define LCD_HEIGHT 64 33#define LCD_HEIGHT 64
34/* sqrt(112^2 + 64^2) / 1.5 = 85.4 */
35#define LCD_DPI 85
34#define LCD_DEPTH 1 36#define LCD_DEPTH 1
35 37
36#define LCD_PIXEL_ASPECT_WIDTH 4 38#define LCD_PIXEL_ASPECT_WIDTH 4