<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: rp2040]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?rp2040</link>
<description></description>
<pubDate>Sun, 24 Mar 2024 09:19:37 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[rp2040]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?rp2040</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<p>
<a target="_blank" title="(external link)" href="https://www.raspberrypi.com/documentation/microcontrollers/rp2040.html">https://www.raspberrypi.com/documentation/microcontrollers/rp2040.html</a></p>
<h1 id="python">python</h1>
<p>
<a target="_blank" title="(external link)" href="https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf">https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf</a></p>
<h1 id="1_8tft">1.8TFT</h1>
<p>
ST7755</p>
<p>
pinout of connector, rp2040 pins</p>
<p>
VCC<br />
GND<br />
CS 17 SPI0 CSn<br />
RESET 16 SPI0 MISO<br />
A0 20 <br />
SDA 19 SPI0 MOSI<br />
SCK 18 SPI0 SCK<br />
LED</p>
<p>
<a target="_blank" title="(external link)" href="https://github.com/boochow/MicroPython-ST7735">https://github.com/boochow/MicroPython-ST7735</a></p>
<pre>
spi = SPI(0, baudrate=20000000, polarity=0, phase=0, sck=Pin(18), mosi=Pin(19), miso=Pin(16))
tft=TFT(spi,20,16,17)
</pre>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?rp2040</guid>
<pubDate>Sun, 24 Mar 2024 09:19:37 -0000</pubDate>
</item>
</channel>
</rss>