Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```