Reduced number of panes to two

This commit is contained in:
d0k3 2016-04-06 16:45:43 +02:00
parent da87f37d26
commit ec817ebb04

View File

@ -9,7 +9,7 @@
#define VERSION "0.2.8"
#define N_PANES 4
#define N_PANES 2
#define IMG_DRV "789I"
#define COLOR_TOP_BAR ((GetWritePermissions() == 0) ? COLOR_WHITE : (GetWritePermissions() == 1) ? COLOR_BRIGHTGREEN : (GetWritePermissions() == 2) ? COLOR_BRIGHTYELLOW : COLOR_RED)