Enable contrast menu for DM-1801 and MD-9600

This commit is contained in:
Federico Amedeo Izzo 2021-01-29 23:11:11 +01:00
parent f083a77001
commit 50841f40ff
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,9 @@
/* Screen pixel format */
#define PIX_FMT_BW
/* Screen has adjustable contrast */
#define SCREEN_CONTRAST
/* Battery type */
#define BAT_LIPO_2S

View File

@ -40,6 +40,9 @@
#define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 64
/* Screen has adjustable contrast */
#define SCREEN_CONTRAST
/* Screen pixel format */
#define PIX_FMT_BW