<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[T-Display-S3  library confilict]]></title><description><![CDATA[<p dir="auto">Hi there,<br />
Maybe someone could help me find out what is going on.<br />
I have very simple sketch having only 2 external libraries (see my platforio.ini file)</p>
<pre><code>[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
platform_packages = 
	framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5
build_flags = 
	-D LV_LVGL_H_INCLUDE_SIMPLE
	-D BOARD_HAS_PSRAM
	-D ARDUINO_USB_MODE=1
	-D ARDUINO_USB_CDC_ON_BOOT=1
;board_build.partitions = default_8MB.csv
board_build.arduino.memory_type = qio_opi
;board_build.flash_size = 8MB
monitor_speed = 115200
lib_deps = 
	mathertel/OneButton@^2.0.3
   	esphome/ESP32-audioI2S@^2.0.6
</code></pre>
<p dir="auto">When I execute this there is constant</p>
<pre><code>Button 1 longPress
</code></pre>
<p dir="auto">event. Of course you can see also</p>
<pre><code>Button 1 longPress start 
</code></pre>
<p dir="auto">at the begin but later there is only Button 1 longPress. Like it would be on GPIO constant LOW signal.</p>
<p dir="auto">But if I have sketch without Audio library everything works just fine.<br />
Is there something I should change / check to have it work?<br />
Any comment will be appreciated.</p>
<p dir="auto">BTW in Arduino IDE all works as expected.</p>
]]></description><link>https://www.community.lilygo.cc/topic/167/t-display-s3-library-confilict</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 20:45:20 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/167.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Feb 2023 16:07:44 GMT</pubDate><ttl>60</ttl></channel></rss>