Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stonedev-app/picolgfx
- Owner: stonedev-app
- License: mit
- Created: 2023-04-23T00:57:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T13:53:03.000Z (4 months ago)
- Last Synced: 2024-11-12T03:25:10.115Z (3 months 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)
![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).