summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/iaudiom3.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config/iaudiom3.h b/firmware/export/config/iaudiom3.h
index f51ae5b975..8dd7396ca3 100644
--- a/firmware/export/config/iaudiom3.h
+++ b/firmware/export/config/iaudiom3.h
@@ -50,10 +50,12 @@
50/* define this if you would like tagcache to build on this target */ 50/* define this if you would like tagcache to build on this target */
51#define HAVE_TAGCACHE 51#define HAVE_TAGCACHE
52 52
53/* LCD dimensions */ 53/* Remote LCD dimensions (no main display) */
54#define LCD_WIDTH 128 54#define LCD_WIDTH 128
55#define LCD_HEIGHT 96 55#define LCD_HEIGHT 96
56#define LCD_DEPTH 2 56#define LCD_DEPTH 2
57/* sqrt(128^2 + 96^2) / 1.25 = 128 */
58#define LCD_DPI 128
57 59
58#define LCD_PIXELFORMAT VERTICAL_INTERLEAVED 60#define LCD_PIXELFORMAT VERTICAL_INTERLEAVED
59 61