Enable contrast menu for DM-1801 and MD-9600
This commit is contained in:
parent
f083a77001
commit
50841f40ff
|
|
@ -40,6 +40,9 @@
|
||||||
/* Screen pixel format */
|
/* Screen pixel format */
|
||||||
#define PIX_FMT_BW
|
#define PIX_FMT_BW
|
||||||
|
|
||||||
|
/* Screen has adjustable contrast */
|
||||||
|
#define SCREEN_CONTRAST
|
||||||
|
|
||||||
/* Battery type */
|
/* Battery type */
|
||||||
#define BAT_LIPO_2S
|
#define BAT_LIPO_2S
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,9 @@
|
||||||
#define SCREEN_WIDTH 128
|
#define SCREEN_WIDTH 128
|
||||||
#define SCREEN_HEIGHT 64
|
#define SCREEN_HEIGHT 64
|
||||||
|
|
||||||
|
/* Screen has adjustable contrast */
|
||||||
|
#define SCREEN_CONTRAST
|
||||||
|
|
||||||
/* Screen pixel format */
|
/* Screen pixel format */
|
||||||
#define PIX_FMT_BW
|
#define PIX_FMT_BW
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue