fix(adc): fix isp contrast and saturation max value

This commit is contained in:
gaoxu 2024-09-13 14:21:06 +08:00
parent d8d57e1965
commit 5e46dba0f7

View File

@ -96,8 +96,8 @@ extern "C" {
/*---------------------------------------------------------------
Color
---------------------------------------------------------------*/
#define ISP_LL_COLOR_CONTRAST_MAX 0x80
#define ISP_LL_COLOR_SATURATION_MAX 0x80
#define ISP_LL_COLOR_CONTRAST_MAX 0xff
#define ISP_LL_COLOR_SATURATION_MAX 0xff
#define ISP_LL_COLOR_HUE_MAX 360
#define ISP_LL_COLOR_BRIGNTNESS_MIN -128
#define ISP_LL_COLOR_BRIGNTNESS_MAX 127