<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>#touchscreen — ELECROW - FORUM</title>
        <link>https://forum.elecrow.com/index.php?p=/</link>
        <pubDate>Tue, 07 Apr 2026 22:23:45 +0000</pubDate>
        <language>en</language>
            <description>#touchscreen — ELECROW - FORUM</description>
    <atom:link href="https://forum.elecrow.com/index.php?p=/discussions/tagged/touchscreen/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Touchscreen failure on CrowPanel_Advance_3.5 with C6 wireless module</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28217/touchscreen-failure-on-crowpanel-advance-3-5-with-c6-wireless-module</link>
        <pubDate>Mon, 02 Mar 2026 15:10:48 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>msullivan</dc:creator>
        <guid isPermaLink="false">28217@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have the touchscreen working with esphome using i2c on gpio 15 &amp; 16, When I plug in a C6 wireless module the touch screen doesn't work at all and the esphome logs show it detecting many non-existent i2c devices at addresses 0x08-0x14 &amp; 0x65-0x77. Is the i2c bus and touchscreen expected to work properly with the C6 wireless module?</p>

<p>Based on the Wireless_Module-ESP32-C6_DataSheet.pdf and the wiki for CrowPanel_Advance_3.5-HMI_ESP32_AI_Display.html it appears as though the host gpio 15 &amp; 16 connect to the C6 gpio20 and EN pins. Is that correct?</p>

<p>If the C6 gpio20 is set to an input pullup would you expect the host i2c bus to work properly? If the host i2c bus drives the C6 EN pin would you expect it to be fast enough to avoid resetting the C6?</p>
]]>
        </description>
    </item>
    <item>
        <title>Strange Error when compiling Lesson 4 (Drawing board) 7 inch V3.0</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/27954/strange-error-when-compiling-lesson-4-drawing-board-7-inch-v3-0</link>
        <pubDate>Sun, 23 Nov 2025 22:19:20 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>roycejp</dc:creator>
        <guid isPermaLink="false">27954@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi<br />
I copied the provided PCA9557 file into the Libraries folder.<br />
Now i get this error (7" v3.0):-<br />
.......\libraries\LovyanGFX\src\lgfx\v1\platforms\esp32s3\Bus_RGB.cpp: In function 'void lgfx::v1::_gpio_pin_sig(uint32_t, uint32_t)':<br />
d:\OneDrive\ESP32\libraries\LovyanGFX\src\lgfx\v1\platforms\esp32s3\Bus_RGB.cpp:98:5: error: 'gpio_hal_iomux_func_sel' was not declared in this scope; did you mean 'gpio_hal_func_sel'?<br />
   98 |     gpio_hal_iomux_func_sel(GPIO_PIN_MUX_REG[pin], PIN_FUNC_GPIO);<br />
      |     ^~~~~~~<br />
      |     gpio_hal_func_sel<br />
exit status 1<br />
Compilation error: exit status 1<br />
Please tell what I need to do.</p>
]]>
        </description>
    </item>
    <item>
        <title>Touch screen has no response</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/2972/touch-screen-has-no-response</link>
        <pubDate>Wed, 28 May 2025 17:58:02 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>sylvanoMTL</dc:creator>
        <guid isPermaLink="false">2972@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am investigating why my crowpanel 3.5 resistive is not responding to touch., <br />
I have install the libraries, and I am using the arduino Code from TST_eSPI library: Examples&gt;TFT_eSPI&gt;Tests And Diagnostics &gt; Test_Touch_Controller. <br />
I am using the User_setup.h provided by elecrow for the TFT 3.5 in screen:</p>

<pre><code>#define TFT_WIDTH  320
#define TFT_HEIGHT 480 
#define TFT_BL   27            // LED back-light control pin
#define TFT_BACKLIGHT_ON HIGH  // Level to turn ON back-light (HIGH or LOW)
#define TFT_MISO 12
#define TFT_MOSI 13 // In some display driver board, it might be written as "SDA" and so on.
#define TFT_SCLK 14
#define TFT_CS   15  // Chip select control pin
#define TFT_DC   2  // Data Command control pin
#define TFT_RST  -1  // Reset pin (could connect to Arduino RESET pin)
#define TFT_BL   27  // LED back-light

#define TOUCH_CS 33     // Chip select pin (T_CS) of touch screen
</code></pre>

<p>I have uploaded the sketch and terminal is open with the correct baudrate. <br />
Pressing the screen does not give any feedback in the Serial.</p>

<p>Can you please help me resolving the issue? Did I receive a faulty touch screen?</p>
]]>
        </description>
    </item>
    <item>
        <title>Brightness of the display</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/2984/brightness-of-the-display</link>
        <pubDate>Thu, 29 May 2025 07:30:33 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>Harshit</dc:creator>
        <guid isPermaLink="false">2984@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am planning to use ELECROW ESP32 display 7.0 Inch HMI Display 800×480 RGB TFT LCD Touch Screen Compatible with Arduino/LVGL/PlatformIO/ Micropython Without Acrylic Case. But I didn't get any info related to the brightness of the display.<br />
Can you tell the brightness of the display and also suggest some display in 7.0 Inch HDMI with 600+nits brightness if possible.</p>
]]>
        </description>
    </item>
    <item>
        <title>RC050 : 5&quot; Capacitive Touch LCD Display for RPi - Touch Not Working w/Pi Zero 2W [Resolved]</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/1223/rc050-5-capacitive-touch-lcd-display-for-rpi-touch-not-working-w-pi-zero-2w-resolved</link>
        <pubDate>Sat, 03 May 2025 16:37:06 +0000</pubDate>
        <category>TFT-LCD &amp; Touch Screen</category>
        <dc:creator>3dp</dc:creator>
        <guid isPermaLink="false">1223@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Having followed all the things, I can't seem to get the touch working on a Pi Zero W.   Works on a Pi 4, but nothing I've been able to do to get it to work on a Pi Zero.  Looking for any assistance.</p>

<p>Followed instructions here:</p>

<ul>
<li><a href="https://www.elecrow.com/wiki/rc050-5-inch-hdmi-800-x-480-capacitive-touch-lcd-display-for-raspberry-pi-pc-sony-ps4.html" rel="nofollow">https://www.elecrow.com/wiki/rc050-5-inch-hdmi-800-x-480-capacitive-touch-lcd-display-for-raspberry-pi-pc-sony-ps4.html</a></li>
<li><a href="http://www.lcdwiki.com/5inch_HDMI_Display-B#How_to_use_with_Raspbian/Ubuntu_Mate/Win10_IoT_Core_System" rel="nofollow">http://www.lcdwiki.com/5inch_HDMI_Display-B#How_to_use_with_Raspbian/Ubuntu_Mate/Win10_IoT_Core_System</a></li>
<li><a rel="nofollow" href="http://www.lcdwiki.com/res/MPI5001/EN/5inch_HDMI_Display-B_User_Manual(En)-V1.1.pdf" title="http://www.lcdwiki.com/res/MPI5001/EN/5inch_HDMI_Display-B_User_Manual(En)-V1.1.pdf">http://www.lcdwiki.com/res/MPI5001/EN/5inch_HDMI_Display-B_User_Manual(En)-V1.1.pdf</a></li>
</ul>
]]>
        </description>
    </item>
    <item>
        <title>I2C and Touch</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/1175/i2c-and-touch</link>
        <pubDate>Mon, 31 Mar 2025 05:52:04 +0000</pubDate>
        <category>TFT-LCD &amp; Touch Screen</category>
        <dc:creator>harryskalvi</dc:creator>
        <guid isPermaLink="false">1175@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Touch Freezes when I2C device is configured</p>
]]>
        </description>
    </item>
    <item>
        <title>DIS08070H : CrowPanel 7.0&quot; HMI ESP32 Display - TOUCH ISSUE</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/910/dis08070h-crowpanel-7-0-hmi-esp32-display-touch-issue</link>
        <pubDate>Fri, 01 Nov 2024 11:05:00 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>Soumya</dc:creator>
        <guid isPermaLink="false">910@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>So i got a new crowpanel 7 inch V3.0 display with touchscreen and tried to learn the basics through their youtube tutorial but one the 4th lesson i was stuck because the code did upload successfully but i wan unable to draw anything so if someone else has encountered similar issue kindly help me out. (I also checked the panel by uploading the default LVGL interface and the touch did work there so i think the error is in the code or the code provided in lesson 7 .)</p>
]]>
        </description>
    </item>
    <item>
        <title>CRV00117L - CrowVision 7 inch LCD tactile touch is not working [Solved]</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/1013/crv00117l-crowvision-7-inch-lcd-tactile-touch-is-not-working-solved</link>
        <pubDate>Tue, 17 Dec 2024 16:57:54 +0000</pubDate>
        <category>TFT-LCD &amp; Touch Screen</category>
        <dc:creator>asis</dc:creator>
        <guid isPermaLink="false">1013@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello, I have just receive a CrowVision 7 Inch Touch Screen Capacitive Portable 1024*600 IPS LCD Monitor Rear Fixing for Raspberry Pi but works with a Raspberry Pi 3B from 2015. The problem is the tactile is not working. In my Pi there is not a USB-C for the tactila so, I put a mini usb cable but.... tactile is not working</p>
]]>
        </description>
    </item>
    <item>
        <title>QLED Capacitive Touch Screen：the screen shows white bars with Jetson</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/1003/qled-capacitive-touch-screen-the-screen-shows-white-bars-with-jetson</link>
        <pubDate>Thu, 12 Dec 2024 07:37:58 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>Jully</dc:creator>
        <guid isPermaLink="false">1003@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Product:800×480 QLED Capacitive Touch Screen Display</p>

<p>Question: When using it with my Nvidia Jetson Xavier NX. The display works fine during the BIOS screen, but once the system begins booting, the screen shows white bars and becomes glitchy or there is no display all together. The only way to resolve this issue is to leave the display HDMI unplugged while the Jetson Xavier is booting, then plugging it in afterwards, doing this results in the display working as intended.</p>

<p>Solution:<br />
1.Adjusting the output resolution of your Jetson Xavier NX to 800x480, which should match the native resolution of the display and help prevent these issues.</p>

<p>2.Used the command:<br />
sudo rtcwake -m mem -s 5<br />
To restart the display and run this command automatically after the jetson boots into Ubuntu.</p>
]]>
        </description>
    </item>
    <item>
        <title>RC050S Fan Connector</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/962/rc050s-fan-connector</link>
        <pubDate>Wed, 27 Nov 2024 13:50:04 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>Hyperion0</dc:creator>
        <guid isPermaLink="false">962@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I need to replace the fan for my RC050S, but I can't find any information about what the fan size is or anything.<br />
Strictly speaking the fan still works, if I can get the correct size jumper for the board, but again I can't find any information on the fan or what size jumper I would need to reconnect it.<br />
Does anyone have any info or details?</p>
]]>
        </description>
    </item>
   </channel>
</rss>
