-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
No, you're not "supposed" to rewrite anything, but to do a custom build including the feature mix you want. And don't worry, that's not a big task. |
Beta Was this translation helpful? Give feedback.
Again some I2C sensors are included in normal LVGL builds (which are preferred for LVGL), but only a small selection. Still does include the BME280, which is part of driver number 10, if enabled
{"I2CDriver":"7,9,10,58,59,77"}
,If you instead use
tasmota32-display.bin
(not meant for LVGL) this also includes a different small selection if I2C drivers, not including BME280.{"I2CDriver":"3,4,5,6,38,39,47"}
Hence it matters a lot what specific build you were using, when you saw or not saw something. And, the intention is that you do a custom build for the feature mix you want.