mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
Merge branch 'fix/fix_isp_color_contrast_max_value' into 'master'
Fix/fix isp color contrast max value See merge request espressif/esp-idf!33507
This commit is contained in:
commit
e5fcc53755
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user