Skip to content

Releases: chros73/bscpylgtv

v0.4.6

20 Jan 19:26
Compare
Choose a tag to compare

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

25 Dec 17:37
Compare
Choose a tag to compare

Implemented enhancements:

  • Add ability to convert 1D LUT file to ArgyllCMS cal file and vica versa
  • Add calibration support for 2023 OLED models
  • Add available settings doc of 2023 models
  • Update readme with enabling full Service Menu on newer models

v0.4.4

05 Feb 11:30
Compare
Choose a tag to compare

Implemented enhancements:

  • Add take_screenshot method
  • Add ability to backup and restore 1D LUT, 3D LUT and 3x3 color matrix

v0.4.3

19 Jan 10:12
Compare
Choose a tag to compare

Implemented enhancements:

  • Use SSL for WebSocket connection by default (required by 2022 models)
  • Add optional -w command line parameter for connecting without SSL
  • Update available settings doc of 2022 models

v0.4.2

01 Nov 09:27
Compare
Choose a tag to compare

Fixed bugs:

  • Fix truncated large arrays with get calibration commands during returning

v0.4.1

29 Oct 20:13
Compare
Choose a tag to compare

Implemented enhancements:

  • Add set_1d_lut_en and set_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
  • 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

23 Oct 20:05
Compare
Choose a tag to compare

Implemented enhancements:

  • Modify reboot_soft method to support older WebOS as well
  • Add get_attached_devices and eject_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 into set_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

v0.3.2

17 Jul 12:08
Compare
Choose a tag to compare

Implemented enhancements:

  • Add available settings for 2022 models
  • Add new buttons
  • Add reboot_soft method
  • Update readme with more examples
  • Add commands and scripts to add support for new firmwares

v0.3.1

03 Jan 19:45
Compare
Choose a tag to compare

Fixed bugs:

  • Fix getting hello info

v0.3.0

02 Jan 21:57
Compare
Choose a tag to compare

Implemented enhancements:

  • Add support for turning PC mode on/off properly
  • Add support for aiPicture category of picture settings for CX and newer models
  • Allow JSON output for couple of methods
  • Add available settings to docs