u8g2-hal-esp-idf icon indicating copy to clipboard operation
u8g2-hal-esp-idf copied to clipboard

Fails to build with newer IDF (includes suggested fix)

Open dalbert2 opened this issue 2 years ago • 0 comments

The i2c_config_t structure changed in newer versions of IDF (I'm using 4.3.2), and a critical element is not initialized. The fix: in u8g2_esp32_hal.c, add this after line 142: conf.clk_flags = 0;

dalbert2 avatar Jun 09 '22 03:06 dalbert2