mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
fix(adc): fix isp contrast and saturation max value
This commit is contained in:
@@ -96,8 +96,8 @@ extern "C" {
|
|||||||
/*---------------------------------------------------------------
|
/*---------------------------------------------------------------
|
||||||
Color
|
Color
|
||||||
---------------------------------------------------------------*/
|
---------------------------------------------------------------*/
|
||||||
#define ISP_LL_COLOR_CONTRAST_MAX 0x80
|
#define ISP_LL_COLOR_CONTRAST_MAX 0xff
|
||||||
#define ISP_LL_COLOR_SATURATION_MAX 0x80
|
#define ISP_LL_COLOR_SATURATION_MAX 0xff
|
||||||
#define ISP_LL_COLOR_HUE_MAX 360
|
#define ISP_LL_COLOR_HUE_MAX 360
|
||||||
#define ISP_LL_COLOR_BRIGNTNESS_MIN -128
|
#define ISP_LL_COLOR_BRIGNTNESS_MIN -128
|
||||||
#define ISP_LL_COLOR_BRIGNTNESS_MAX 127
|
#define ISP_LL_COLOR_BRIGNTNESS_MAX 127
|
||||||
|
Reference in New Issue
Block a user