Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ST7735S driver with SPI is broken by AXP192 feature #209

Closed
rafacouto opened this issue Sep 25, 2022 · 1 comment
Closed

ST7735S driver with SPI is broken by AXP192 feature #209

rafacouto opened this issue Sep 25, 2022 · 1 comment

Comments

@rafacouto
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant