<?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[[Solved]How can I connect m5stack  spi 4 wire connect to oled rgb display]]></title><description><![CDATA[<p dir="auto">Hi,<br />
how can I connect with this display:<br />
<a href="https://www.ebay.de/itm/1-5-128x128-OLED-Display-Modul-RGB-SPI-Interface-Arduino-Raspberry-Pi-/123256209315" target="_blank" rel="noopener noreferrer nofollow ugc">link text</a></p>
<p dir="auto">to m5stack</p>
<p dir="auto">interfejs SPI 4 wire</p>
<p dir="auto">library driver:<br />
<a href="https://github.com/rdagger/micropython-ssd1351" target="_blank" rel="noopener noreferrer nofollow ugc">link text</a></p>
<p dir="auto">language:| python</p>
<p dir="auto">"<br />
"""SSD1351 demo (fonts)."""<br />
from time import sleep<br />
from ssd1351 import Display, color565<br />
from machine import Pin, SPI<br />
from xglcd_font import XglcdFont</p>
<p dir="auto">def test():<br />
"""Test code."""<br />
spi = SPI(2, baudrate=14500000, sck=Pin(18), mosi=Pin(23))<br />
display = Display(spi, dc=Pin(17), cs=Pin(5), rst=Pin(16))</p>
<p dir="auto">....<br />
"</p>
]]></description><link>https://community.m5stack.com/topic/797/solved-how-can-i-connect-m5stack-spi-4-wire-connect-to-oled-rgb-display</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 10:08:17 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/797.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 23 Mar 2019 14:20:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved]How can I connect m5stack  spi 4 wire connect to oled rgb display on Thu, 18 Apr 2019 03:56:53 GMT]]></title><description><![CDATA[<p dir="auto">The pinouts of the m5stack are similar to most esp32 dev boards, perhaps this tutorial will help <a href="https://www.youtube.com/watch?v=a7DrFqqu-78&amp;feature=youtu.be" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=a7DrFqqu-78&amp;feature=youtu.be</a></p>
]]></description><link>https://community.m5stack.com/post/3825</link><guid isPermaLink="true">https://community.m5stack.com/post/3825</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Thu, 18 Apr 2019 03:56:53 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved]How can I connect m5stack  spi 4 wire connect to oled rgb display on Thu, 18 Apr 2019 03:21:30 GMT]]></title><description><![CDATA[<p dir="auto">You can connect to some gpio pins. Because of esp32, the peripheral functions can be mapped to any gpio pins. So you can use any gpio to realize it expect of GPIO34-39 which are input pin only.</p>
]]></description><link>https://community.m5stack.com/post/3823</link><guid isPermaLink="true">https://community.m5stack.com/post/3823</guid><dc:creator><![CDATA[m5-docs]]></dc:creator><pubDate>Thu, 18 Apr 2019 03:21:30 GMT</pubDate></item></channel></rss>