<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
  <title xmlns="http://www.w3.org/2005/Atom">Dobrica Pavlinušić's random unstructured stuff: rp2040</title>
  <id xmlns="http://www.w3.org/2005/Atom">https://saturn.ffzg.hr/rot13/</id>
  <link xmlns="http://www.w3.org/2005/Atom" type="text/html" rel="alternate" href="https://saturn.ffzg.hr/rot13/index.cgi?rp2040"/>
  <link xmlns="http://www.w3.org/2005/Atom" type="application/atom+xml" rel="self" href="https://saturn.ffzg.hr%2C%20saturn.ffzg.hr:443/feed/workspace/rot13?page=rp2040;type=Atom"/>
  <updated xmlns="http://www.w3.org/2005/Atom">2024-03-24T09:19:37Z</updated>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">rp2040</title>
    <link xmlns="http://www.w3.org/2005/Atom" type="text/html" rel="alternate" href="https://saturn.ffzg.hr/rot13/index.cgi?rp2040"/>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml"><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>
</div>
    </content>
    <id xmlns="http://www.w3.org/2005/Atom">https://saturn.ffzg.hr/rot13/index.cgi?rp2040</id>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">Dobrica Pavlinušić</name>
    </author>
    <updated xmlns="http://www.w3.org/2005/Atom">2024-03-24T09:19:37Z</updated>
  </entry>
</feed>
