X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_text.h;h=4d466d0275d196ed47a1b31fac74a8d9ce6e514a;hb=70ad497f49e2c9283a0abf0866ef21d2017bf55f;hp=d05cfcd2b199a382f19d66ddfeaab4097353e3e1;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/lcd_text.h b/bertos/drv/lcd_text.h index d05cfcd2..4d466d02 100644 --- a/bertos/drv/lcd_text.h +++ b/bertos/drv/lcd_text.h @@ -83,7 +83,7 @@ #define LCD_NOCURSOR BV(2) /* Scrittura senza spostamento cursore */ /** Special priority value for lcd_setLayerDepth(). */ -#define LAYER_HIDDEN -128 +#define LAYER_HIDDEN -127 /* Compute LCD address from x/y coordinates */ #define LCD_POS(x,y) ((lcdpos_t)((uint8_t)(x) + (uint8_t)(y) * (uint8_t)LCD_COLS))