lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
305 stars 272 forks source link

ST7735S driver with SPI is broken by AXP192 feature #209

Closed rafacouto closed 1 year ago

rafacouto commented 1 year ago

When enabling st7735s driver with SPI, the compilation is broken:

In file included from ../components/lvgl_esp32_drivers/lvgl_tft/st7735s.c:9:
../components/lvgl_esp32_drivers/lvgl_tft/st7735s.c: In function 'i2c_master_init':
../components/lvgl_esp32_drivers/lvgl_tft/st7735s.h:31:22: error: 'CONFIG_LV_AXP192_PIN_SDA' undeclared (first u
se in this function);
../components/lvgl_esp32_drivers/lvgl_tft/st7735s.h:32:22: error: 'CONFIG_LV_AXP192_PIN_SCL' undeclared (first use in this function);
rafacouto commented 1 year ago

It is already corrected on develop branch. Closing this one.