Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixes potential ESP-IDF config editor crash (#115)
  • Loading branch information
ropg committed Oct 15, 2021
commit 83eba9b04cc212a01051e6839fe31455ae58499b
2 changes: 2 additions & 0 deletions lvgl_i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ menu "I2C Port 0"
if I2C_MANAGER_0_ENABLED
config I2C_MANAGER_0_SDA
int "SDA (GPIO pin)"
default 0
config I2C_MANAGER_0_SCL
int "SCL (GPIO pin)"
default 0
config I2C_MANAGER_0_FREQ_HZ
int "Frequency (Hz)"
default 400000
Expand Down