Petr Stehlík
Petr Stehlík
For 1440 X values (60 minutes * 24 hours) in the graph the X ticks are not drawn at all unless the width of the graph is at least 1332...
HoverDetail worked OK for me in a previous release (downloaded from the examples page from the HoverDetail example) buth with the release 1.6.0 it does no longer work properly. I've...
As soon as I click any part of the RangeSlider.Preview the Y resolution changes from 0-35 to 20-180 thus the graph is unusably low. Release 1.6.0.
nodemcu-uploader fails on NodeMCU for ESP32 on my esp32 dev board. No idea why. The 'terminal' works normally, but the 'upload' dies this way: ``` $ python nodemcu-uploader.py -p /dev/ttyUSB0...
Even though the `ONEWIRE_PRESENCE_TIME_MIN` is set to **160_us** (and the comment right next to it says "_was 125 us_" to confuse reader a bit) it actually generates **pulse more than...
```rmdir()``` is missing. Can be linked to ```unlink```, it seems to work but is it proper solution?
I'm experiencing SPIFFS issues (like `fopen(name, "w")` failing) and also SPIFFS eventual corruptions that could hopefully be fixed by calling `SPIFFS.check()` or possibly `SPIFFS.gc()` These two functions exist on Arduino...
I thought this could come very handy as it helps to abstract IO access on many many different boards: https://github.com/bitbank2/ArmbianIO
**Describe the bug** Built an application for ESP32 with SIM800L in early 2021, has been working fine for almost 3 years and then it broke. I assume it's related to...
The LVGL's Grid layout is missing. Perhaps it could be implemented similarly to #300 ? [https://docs.lvgl.io/master/layouts/grid.html](https://docs.lvgl.io/master/layouts/grid.html) I'd like to create a grid of identical widgets on the screen/display.