-
Hello everyone, I've been testing various libraries and different code for a while now, but I still haven't managed to get it working. I have a WT32-SC01 Plus screen, and I want to communicate with a BME280 sensor. Previously, I wrote a program using the LVGL library and the sensor with the second I2C bus (TwoWire(1)). However, when I try to adapt my old code to work with the OpenHASP firmware, it doesn't work. I hope someone might have an idea. You will find the four custom files attached. Thanks. add in "platformio.ini" Adafruit_BME280.cpp.txt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Awesome, it works! Just had to change TwoWire(1) to TwoWire(0), and now it's working. |
Beta Was this translation helpful? Give feedback.
Awesome, it works! Just had to change TwoWire(1) to TwoWire(0), and now it's working.