summaryrefslogtreecommitdiff
path: root/firmware/export/config/gigabeats.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r--firmware/export/config/gigabeats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index 9ee5142b34..11fc02be3d 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -46,6 +46,8 @@
46/* LCD dimensions */ 46/* LCD dimensions */
47#define LCD_WIDTH 240 47#define LCD_WIDTH 240
48#define LCD_HEIGHT 320 48#define LCD_HEIGHT 320
49/* sqrt(240^2 + 320^2) / 2.4 = 166.7 */
50#define LCD_DPI 167
49#define LCD_DEPTH 16 /* 65k colours */ 51#define LCD_DEPTH 16 /* 65k colours */
50#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 52#define LCD_PIXELFORMAT RGB565 /* rgb565 */
51 53