<?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>#crowpanel4.3 — ELECROW - FORUM</title>
        <link>https://forum.elecrow.com/index.php?p=/</link>
        <pubDate>Tue, 07 Apr 2026 07:11:21 +0000</pubDate>
        <language>en</language>
            <description>#crowpanel4.3 — ELECROW - FORUM</description>
    <atom:link href="https://forum.elecrow.com/index.php?p=/discussions/tagged/crowpanel4-3/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>ESP32-S3 4.3inch Capacitive Touch Display</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/1135/esp32-s3-4-3inch-capacitive-touch-display</link>
        <pubDate>Fri, 07 Mar 2025 17:56:22 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>ummbanaso</dc:creator>
        <guid isPermaLink="false">1135@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I successfully uploaded the lvgl demo but nothing is displaying on the screen</p>
]]>
        </description>
    </item>
    <item>
        <title>crow panel advance 4.3 version 1.2 vs version 1</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28116/crow-panel-advance-4-3-version-1-2-vs-version-1</link>
        <pubDate>Tue, 27 Jan 2026 20:47:33 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>rachel_operator</dc:creator>
        <guid isPermaLink="false">28116@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>When ordering this screen, how can I be sure I'm getting the 1.2? we can't use the v1 for our purposes, but it's the perfect size for our project.</p>
]]>
        </description>
    </item>
    <item>
        <title>CrowPanel ESP32 E-Paper 4.2 crash</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/1170/crowpanel-esp32-e-paper-4-2-crash</link>
        <pubDate>Thu, 27 Mar 2025 13:03:14 +0000</pubDate>
        <category>Elecrow HMI Display</category>
        <dc:creator>gerryvel</dc:creator>
        <guid isPermaLink="false">1170@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I use VisualCode and PlatformIO for programming. <br />
The example code "Openweather" for this display is already compiled and loaded, but the Panel flickers only, no picture.</p>

<p>In the serial monitor see:</p>

<pre><code>Connecting
.
Connected to WiFi network with IP Address: 192.168.0.91
Timer set to 10 seconds (timerDelay variable), it will take 10 seconds before publishing the first reading.
HTTP Response code: 200
{"coord":{"lon":13.6691,"lat":50.8962}
.................... another 
String sea_level: 1021
String wind_speed: 2.24
String city_js: "Dippoldiswalde"
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0x2b (SPI_FAST_FLASH_BOOT)
Saved PC:0x42017693
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x4bc
load:0x403c9700,len:0xbd8
load:0x403cc700,len:0x2a0c
entry 0x403c98d0
</code></pre>

<p>My platformio.ini:</p>

<pre><code>[env:esp32-s3-devkitm-1]
platform = espressif32
;board = freenove_esp32_s3_wroom
board = esp32-s3-devkitm-1
framework = arduino
lib_deps = 
    ;bblanchon/ArduinoJson@^7.3.1
    arduino-libraries/Arduino_JSON@^0.2.0

board_build.partitions = partitions_default.csv
</code></pre>
]]>
        </description>
    </item>
    <item>
        <title>Crowpanel 4.3&quot; Display</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/2916/crowpanel-4-3-display</link>
        <pubDate>Mon, 12 May 2025 21:50:55 +0000</pubDate>
        <category>Elecrow support</category>
        <dc:creator>chris2172</dc:creator>
        <guid isPermaLink="false">2916@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have an Arduino project and I am passing the following:</p>

<p>int backlightPin = 2;<br />
if (strcmp(topic, "elecrow/backlight/state") == 0) {<br />
        if (message == "on") {<br />
            digitalWrite(backlightPin, HIGH); // Turns on backlight<br />
        } else {<br />
            digitalWrite(backlightPin, LOW); // Turns off backlight<br />
        }<br />
        Serial.println("Backlight: " + message);<br />
    }</p>

<p>Looking at Serial Monitor I see <br />
Backlight: on<br />
Backlight: off<br />
As proof that it is passing this section ok.<br />
Any advise would be helpfull.</p>
]]>
        </description>
    </item>
   </channel>
</rss>
