[SOLVED] Slider example #2312
-
Hi, when i click on one bar the other one move. 20230109_183851.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Enable touch calibration by setting this line true. A LittleFS partition must be present to store the calibration data. An alternative calibration method to put calibration data in an array instead is in this library example. |
Beta Was this translation helpful? Give feedback.
-
Hi Bodmer, actually i still can't do it working on my ESP32 S3 devkit, i can't store the values on LittleFS , on serial i receive always the following : 11:41:33.576 -> ./components/esp_littlefs/src/littlefs/lfs.c:1229:error: Corrupted dir pair at {0x0, 0x1} How can i solve this issue? |
Beta Was this translation helpful? Give feedback.
-
i have the same issue.... the sliders are mixed up.... it works if i redo the calibration.... but the next time it boots it is again messed up... it seems as thougth the calibaration are not being saved or not being recalled?? |
Beta Was this translation helpful? Give feedback.
Enable touch calibration by setting this line true. A LittleFS partition must be present to store the calibration data.
An alternative calibration method to put calibration data in an array instead is in this library example.