comparison src/ui/bmi/mmiResources.h @ 60:48f280c19e16

mmiResources.h: extend from 84x48 to 96x64
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 21 Oct 2020 03:31:04 +0000
parents 7bd3e62a0c68
children c0052fe355d3
comparison
equal deleted inserted replaced
59:7bd3e62a0c68 60:48f280c19e16
68 //#define COLOURDISPLAY 68 //#define COLOURDISPLAY
69 //#endif 69 //#endif
70 70
71 71
72 #ifndef LSCREEN 72 #ifndef LSCREEN
73 #define SCREEN_SIZE_X 84 73 #define SCREEN_SIZE_X 96
74 #define SCREEN_SIZE_Y 48 74 #define SCREEN_SIZE_Y 64
75 #define LINE_HEIGHT 8 75 #define LINE_HEIGHT 8
76 #define CHAR_WIDTH 6 76 #define CHAR_WIDTH 6
77 #define LINE_HEIGHT_LATIN (LINE_HEIGHT) 77 #define LINE_HEIGHT_LATIN (LINE_HEIGHT)
78 #define LINE_HEIGHT_CHINESE 12 78 #define LINE_HEIGHT_CHINESE 12
79 79