Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cshaa/pico-st7789-bug

Reproduction of a bug in ST7789 library
https://github.com/cshaa/pico-st7789-bug

Last synced: 1 day ago
JSON representation

Reproduction of a bug in ST7789 library

Awesome Lists containing this project

README

        

# Raspberry Pi Pico – Demo Project

Blinks the built-in LED 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
```

If you uncomment [line 61](https://github.com/m93a/pico-st7789-bug/blob/main/main.c#L61), re-build and re-flash, the Pico will hang.