0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Pico Display pack 2.8

0
Posted at

概要

これも買ってて忘れてたので、動かしてみる

環境構築

Pimoroni版MicroPython(PicoGraphics入り)をインストール

から、
pico-v1.27.0-pimoroni-micropython.uf2
をダウンロードする。

Raspberry piをBOOTSEL長押しでUSBモードにして、
pico-v1.27.0-pimoroni-micropython.uf2
をルートにコピーする。

この段階では、画面はまだ真っ黒。

Thonny起動

$ sudo apt-get update; sudo apt-get install thonny -y
$ thonny

image.png

thonnyが動いたらTools→Options→interpreter
image.png

上の選択はMycroPython(Raspberry Pi Pico)
下の選択はRaspberry pi Picoを接続して認識された仮想シリアルポートを選択する

あとは

のサンプルのPythonをコピペして、Runを押せば表示がされる。
simplemenuだとこんな感じ

image.png

このコードを見ていけば、ボタンの使い方や、色設定など色々わかる。
何か作ってみよう。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?