summaryrefslogtreecommitdiff
path: root/firmware/export/config/rk27generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/rk27generic.h')
-rw-r--r--firmware/export/config/rk27generic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/rk27generic.h b/firmware/export/config/rk27generic.h
index 9a4326358f..4d5f1b6c5c 100644
--- a/firmware/export/config/rk27generic.h
+++ b/firmware/export/config/rk27generic.h
@@ -72,6 +72,8 @@
72/* LCD dimensions */ 72/* LCD dimensions */
73#define LCD_WIDTH 400 73#define LCD_WIDTH 400
74#define LCD_HEIGHT 240 74#define LCD_HEIGHT 240
75/* sqrt(400^2 + 240^2) / 3.0 = 155.5 */
76#define LCD_DPI 155
75#define LCD_DEPTH 16 /* pseudo 262.144 colors */ 77#define LCD_DEPTH 16 /* pseudo 262.144 colors */
76#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 78#define LCD_PIXELFORMAT RGB565 /* rgb565 */
77 79