PlatformIO+Arduino Frameworkを使用してLCDにJPEG画像を表示するサンプル
|
|
6 months ago | |
|---|---|---|
| .vscode | 7 months ago | |
| include | 6 months ago | |
| lib | 7 months ago | |
| src | 6 months ago | |
| test | 7 months ago | |
| .gitignore | 7 months ago | |
| README.md | 7 months ago | |
| platformio.ini | 7 months ago |
PlatformIOにFork of Platformio Raspberry Pi RP2040: development platform for PlatformIOをインストールしてPico/Pico 2の開発を行うサンプルです。
| LCD側 | Pico側 | 機能 |
|---|---|---|
| BLK | 未接続 | バックライトコントロール端子 |
| DC | GP20(26番) | データ/コマンド切り替えピン |
| RES | GP21(27番) | リセット端子 |
| SDA | GP19(25番) | シリアルデータ入力 |
| SCL | GP18(24番) | SPIクロック入力 |
| VCC | 3V3(36番) | 電源 |
| GND | GND(23番など) | GND |
以下のライブラリを利用しました