Skip to content

Commit

Permalink
Merge pull request #486 from espressif/fix/cst_default_scl_clk
Browse files Browse the repository at this point in the history
fix(cst816s): Provide 100kHz default value for SCL
  • Loading branch information
tore-espressif authored Jan 17, 2025
2 parents ca23afe + af490e5 commit daf03bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.0.5"
version: "1.0.6"
description: ESP LCD Touch CST816S - touch controller CST816S
url: https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch_cst816s
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ esp_err_t esp_lcd_touch_new_i2c_cst816s(const esp_lcd_panel_io_handle_t io, cons
.dc_low_on_data = 0, \
.disable_control_phase = 1, \
}, \
.scl_speed_hz = 0 \
.scl_speed_hz = 100000 \
}
#endif

Expand Down

0 comments on commit daf03bb

Please sign in to comment.