arduhe

Results 11 comments of arduhe

Have the same problem, but I don't think that this is a matter of increasing timer limits. Problem occured after switching from JDK 11 to JDK 17 and has a...

I would really appreciate if this could be fixed soon. This ancient version of python2 - support for Python 2 ended Jan. 1, 2020 [see announcement on python.org]( https://www.python.org/doc/sunset-python-2/) -...

``` ldd xtensa-esp32-elf-gdb linux-vdso.so.1 (0x00007ffc70f64000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f4d1d2f2000) **libpython2.7.so.1.0** => /usr/lib64/libpython2.7.so.1.0 (0x00007f4d1d0a7000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4d1d083000) libutil.so.1 => /lib64/libutil.so.1 (0x00007f4d1d07f000) libm.so.6 => /lib64/libm.so.6 (0x00007f4d1cf33000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f4d1ccec000) libgcc_s.so.1...

It's even worse - xtensa-esp32s3-elf-gdb shows unsurprisingly the same behaviour ``` ldd ~/.platformio/packages/toolchain-xtensa-esp32s3/bin/xtensa-esp32s3-elf-gdb linux-vdso.so.1 (0x00007ffefe7e5000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fe6980f4000) libpython2.7.so.1.0 => not found libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fe6980f1000) libutil.so.1 => /lib64/libutil.so.1...

For those who are waiting like me for a solution of this issue - in the meantime I've found a workaround described [here](https://community.platformio.org/t/debug-aborts-with-python-error/41139/2) - nevertheless it would be REALLY fine,...

Same behaviour here - I am using an ESP32_dev with ILI9341 ets Jun 8 2016 00:22:57 rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:1184 load:0x40078000,len:13232 load:0x40080400,len:3028 entry...

Although I think TFT_eSPI is a great library - especially in supporting different TFTs - IMO it has a design flaw when using its touchscreen support. If you compare the...

☺️ I am sorry - but I think I must apologize. The flaw was on my side - as I didn't see the crucial clue in the calibration example. ```...