Skip to content

kconfig for lvgl_esp32_drivers/lvgl_i2 causes ESP-IDF SDK Configuration Editor to Crash #115

Closed
@wreyford

Description

@wreyford

I've updated to the latest master of lvgl_esp32_drivers.
I'm using LVGL8.3 master.
error_I2C_Port
I can select i2C port Zero, but in the KConfig specific to I2C Port Settings,
if I select Enable I2C port 0 or Enable I2C port 1, instead of bringing up the options to set the pins etc, it just crashes menuconfig.

Please, I don't know how to set my pins.

Also, when including this line of code as per the readme before calling lv_init():

lvgl_i2c_locking(i2c_manager_locking()); 

I get the following compiler error:

implicit declaration of function 'i2c_manager_locking'; did you mean 'i2c_master_write'? [-Werror=implicit-function-declaration]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions