https://github.com/stonedev-app/picolgfx
To Use LovyanGFX on Raspberry Pi Pico.
https://github.com/stonedev-app/picolgfx
arduino cpp gc9a01 lovyangfx pico platformio raspberry-pi-pico ssd1306 vscode
Last synced: about 1 year ago
JSON representation
To Use LovyanGFX on Raspberry Pi Pico.
- Host: GitHub
- URL: https://github.com/stonedev-app/picolgfx
- Owner: stonedev-app
- License: mit
- Created: 2023-04-23T00:57:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T13:53:03.000Z (over 1 year ago)
- Last Synced: 2024-11-12T03:25:10.115Z (over 1 year ago)
- Topics: arduino, cpp, gc9a01, lovyangfx, pico, platformio, raspberry-pi-pico, ssd1306, vscode
- Language: C++
- Homepage:
- Size: 804 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To Use LovyanGFX on Raspberry Pi Pico
## Description
Sample code and wiring of to use LovyanGFX on Raspberry Pi Pico.
LovyanGFX is display graphics library.
[LovyanGFX](https://github.com/lovyan03/LovyanGFX)

## Requirement
- Raspberry Pi Pico etc
- SSD1306(SPI) etc
- VSCode
- PlatformIO
## Supported Devices
- Raspberry Pi Pico
- Raspberry Pi Pico 2
## Supported Displays
- SSD1306(SPI)
- GC9A01
- ST7789
## Usage
1. Wiring pico and display with reference to circuit folder.
2. Install Platform of Raspberry Pi RP2040(earlephilhower).
Select Advanced platform installation and enter url below.
[maxgerhardt](https://github.com/maxgerhardt/platform-raspberrypi.git)
3. Clone or download this repository.
4. Uncommented the desired display in the build_flags of platformio.ini.
5. Connect pico and upload by platformIO.
6. Display show 'あいうえおかきくけこ'.
## Author
[stonedev-app](https://github.com/stonedev-app)
## Licence
[MIT License](https://en.wikipedia.org/wiki/MIT_License).