Releases: chros73/bscpylgtv
Releases · chros73/bscpylgtv
v0.4.6
Implemented enhancements:
- Add
enable_tpc_or_gsr
method (requires 2020 and newer models) - Add
set_sm_white_balance
method (requires 2020 and newer models) - Add available settings doc of 2019 models
- Update available settings doc of 2020 models
- Update available settings doc of Cx models with part of DoVi config
- Add calibration guides under docs: First use, Profiling SDR, Calibrating HDR10, Mitigating DoVi raised black
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
Implemented enhancements:
- Add
set_1d_lut_en
andset_3by3_gamut_en
calibration methods - Speed up most of the calibration commands by removing checking for calibration support from them:
- only 3D LUT and Dolby Vision config related commands require
-s
(states) flag
- only 3D LUT and Dolby Vision config related commands require
- Modify
calibration_support_info
method to use chip type instead of model name - Add optional
-c
command line parameter for overriding calibration_info for unsupported chip types - Update readme
Fixed bugs:
- Fix truncated large arrays with get calibration commands during printing
v0.4.0
Implemented enhancements:
- Modify
reboot_soft
method to support older WebOS as well - Add
get_attached_devices
andeject_attached_device
methods (requires new permission) - Add
get_calibration_info
method
Calibration:
- Add support for newer OLED models
- Refactor and clean up calibration methods
- Rename
set_1d_en*
methods - Rename
set_3by3_gamut_data*
methods - Rename and split
ddc_reset
method intoset_bypass_modes_*
methods - Add
set_3by3_gamut_data_hdr
method (only used in 2019 models) - Add
get_*
get calibration methods - Add support for resetting factory calibration data uploaded via calibration API
- Add Dolby Vision config file generation
- Add support for internal Test Pattern Generator (iTPG)
- Add unit tests
- Update readme