SvenMb

Results 6 issues of SvenMb

Hi, in file upnp-list: https://github.com/sidoh/easy_upnp/blob/eb9f9b9b9b52d96fd6813ec795a19f0a706349d8/bin/upnp-list#L38 I think it should be name = device.description['friendlyName'] rescue '*** Error fetching name ***' instead. Currently no device names get printed, with my change they...

Nicely your driver works with ILI9341 too, but there was no example config for a generic ILI9341 and the custom_init for the m5stack m5cores3 didn't work. So I created a...

Just tried your Micropython firmware 'ESP32_GENERIC_S3_SPIRAM_OCT_16MiB' with the Sunton 1732S019 board and it instant worked. Very nice! ![1707581371599](https://github.com/russhughes/s3lcd/assets/36633782/0a92a72e-2059-49d0-a1b5-0c5458aad5d8) Maybe you like to add this config to your examples. ## tft_config.py...

changes made by @Isysxp see https://github.com/Spritetm/esppdp/issues/2 path to idf components corrected so it compiles on other systems too

Can you please add this board. ~~~ // Waveshare RP2040 PiZero static const struct dvi_serialiser_cfg pizero_cfg = { .pio = DVI_DEFAULT_PIO_INST, .sm_tmds = {0, 1, 2}, .pins_tmds = {26, 24,...

changed a lot of "printf" to ESP_LOGx, to remove unneeded logging in serial output -> this needs overhaul, since it destroyed some nice formated debug info, but for real use...