- Notifications
You must be signed in to change notification settings - Fork7.8k
-
During the last last weeks I'using the display board from Gution with lvgl9-demo they offer for downlaod. It works until I try to add a sensor and include Wire-library. Then I got the error So at the moment I use a seperate ESP32-P4 board without display. My idea is to write some sketches, that use i2c_master. For the moment I'm successful with BMP585 module. Next sensor on my list is SHT45. First I look for an Arduino-example, that is using Wire-library. I found a simple one called "ArtronShop_SHT45" [(https://github.com/ArtronShop/ArtronShop_SHT45/tree/main)]. For my suprise I see in serial monitor this line: That is a new driver, that uses i2c_master in the end? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
|
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Thank you for your answer. I checked files on my Win10 computer and it looks like I made a mistake. Can you please explain, on which path And yes: Guition offers a large zip with demos etc. Their gsl3680_touch.cpp includes driver/i2c.h instead of using Wire-library. That file is from 07.04.2025. Bye, Jürgen |
BetaWas this translation helpful?Give feedback.