Skip to content

Commit

Permalink
display: Set color_mode to 0
Browse files Browse the repository at this point in the history
90% of the OEM set this to 0 aswell + it makes the colors look better
  • Loading branch information
markakash committed Apr 5, 2021
1 parent 58301fd commit 0cb23d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/display-product.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_bengal_defaul
PRODUCT_PROPERTY_OVERRIDES += \
persist.demo.hdmirotationlock=false \
persist.sys.sf.color_saturation=1.0 \
persist.sys.sf.color_mode=9 \
persist.sys.sf.color_mode=0 \
debug.sf.hw=0 \
debug.egl.hw=0 \
debug.sf.latch_unsignaled=1 \
Expand Down

0 comments on commit 0cb23d3

Please sign in to comment.