<?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[Seleccionar pines para SPI en Stamp C3]]></title><description><![CDATA[<p dir="auto">Como acceder a los pines del SPI hardware en Stamp C3. He visto que se pueden asignar asi con el MUX_IO pero no consigo que funcione con un TFT ST7789.</p>
<p dir="auto">#define TFT_MOSI GPIO_NUM_7<br />
#define TFT_SCLK GPIO_NUM_6<br />
#define TFT_CS   GPIO_NUM_5<br />
#define TFT_DC   GPIO_NUM_4<br />
#define TFT_RST  GPIO_NUM_0</p>
<p dir="auto">Con las librerias especificas no consigo saber como asignar correctamente los pines accesibles en el SOC:</p>
<p dir="auto">#include &lt;Adafruit_GFX.h&gt;<br />
#include "Adafruit_ST7789.h" // Hardware-specific library for ST7789<br />
#include &lt;SPI.h&gt;             // Arduino SPI library</p>
<p dir="auto">Alguien ha probado la reasignación de pines con el MUX_IO ?? Como puedo hacer que funcione por hardwarw porque va muy lento por software 600Khz máx. Gracias.</p>
]]></description><link>https://community.m5stack.com/topic/6198/seleccionar-pines-para-spi-en-stamp-c3</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 03:36:53 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6198.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Mar 2024 06:27:35 GMT</pubDate><ttl>60</ttl></channel></rss>