<?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: 8MB PSRAM]]></title><description><![CDATA[<p dir="auto">The T-Display S3 technical information page states the board has 8MB of PSRAM, does anyone know how to address this?</p>
<p dir="auto">I want to set up a frambuffer for more complex graphics work.</p>
]]></description><link>https://www.community.lilygo.cc/topic/160/t-display-s3-8mb-psram</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 21:07:30 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/160.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Jan 2023 08:26:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to T-Display S3: 8MB PSRAM on Thu, 12 Jan 2023 10:03:38 GMT]]></title><description><![CDATA[<p dir="auto">Found that the arduinoexpressif32 framework has some psram functions builtin:</p>
<p dir="auto">if psramFound() == true, then you can call ps_malloc(), ps_calloc(), and ps_realloc()...  but apparently no ps_free(), ps_size(), or ps_avail()</p>
<p dir="auto">So it's possible and quite easy to allocate the psram of the T-Display S3, but annoyingly not find out how much there is, or to be able to free it if you don't need it anymore.</p>
]]></description><link>https://www.community.lilygo.cc/post/393</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/393</guid><dc:creator><![CDATA[h5n1xp]]></dc:creator><pubDate>Thu, 12 Jan 2023 10:03:38 GMT</pubDate></item><item><title><![CDATA[Reply to T-Display S3: 8MB PSRAM on Tue, 10 Jan 2023 00:20:27 GMT]]></title><description><![CDATA[<p dir="auto">Ok, Reading through the ESP32-S3R8 datasheet (Page 11), it seems the PSRAM is internal to the chip and is on GPIO 32~37... If I get time tomorrow I will experiment.</p>
]]></description><link>https://www.community.lilygo.cc/post/390</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/390</guid><dc:creator><![CDATA[h5n1xp]]></dc:creator><pubDate>Tue, 10 Jan 2023 00:20:27 GMT</pubDate></item></channel></rss>