Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshaa/pico-demo-03
LCD Display Demo for RPi Pico
https://github.com/cshaa/pico-demo-03
Last synced: about 2 months ago
JSON representation
LCD Display Demo for RPi Pico
- Host: GitHub
- URL: https://github.com/cshaa/pico-demo-03
- Owner: cshaa
- Created: 2024-05-16T16:24:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T19:35:20.000Z (8 months ago)
- Last Synced: 2024-10-14T19:38:27.338Z (3 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Pico – Demo Project
Blinks the built-in LED and a connected 240x240 ST7789 display, and print "Screen ahoy (elapsed time)" to the USB tty.
```sh
make build
# or
make build CFLAGS="-DPICO_W=ON" # for Pico W
make build CFLAGS="-DPICO_W=OFF" # for Pico
# then
make flash
```