Fix bug on max contrast saving

This commit is contained in:
Armel FAUVEAU
2024-02-09 03:18:01 +01:00
parent 5f7da35e06
commit 2f813914dd
2 changed files with 3 additions and 16 deletions

View File

@@ -381,7 +381,7 @@ int MENU_GetLimits(uint8_t menu_id, int32_t *pMin, int32_t *pMax)
break;
case MENU_SET_CTR:
*pMin = 1;
*pMax = 20;
*pMax = 15;
break;
case MENU_SET_INV:
*pMin = 0;