Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 24 days ago
JSON representation

To Use LovyanGFX on Raspberry Pi Pico.

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)

![SSD1306](https://github.com/stonedev-app/picoLGFX/blob/main/circuit/ssd1306.jpeg)

## 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).