summaryrefslogtreecommitdiff
path: root/firmware/export/config/gigabeatfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/gigabeatfx.h')
-rw-r--r--firmware/export/config/gigabeatfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/gigabeatfx.h b/firmware/export/config/gigabeatfx.h
index 2d1f89149d..c9e20ad8a7 100644
--- a/firmware/export/config/gigabeatfx.h
+++ b/firmware/export/config/gigabeatfx.h
@@ -42,6 +42,8 @@
42/* LCD dimensions */ 42/* LCD dimensions */
43#define LCD_WIDTH 240 43#define LCD_WIDTH 240
44#define LCD_HEIGHT 320 44#define LCD_HEIGHT 320
45/* sqrt(240^2 + 320^2) / 2.2 = 181.8 */
46#define LCD_DPI 182
45#define LCD_DEPTH 16 /* 65k colours */ 47#define LCD_DEPTH 16 /* 65k colours */
46#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 48#define LCD_PIXELFORMAT RGB565 /* rgb565 */
47 49