Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cshaa/pico-st7789-bug
- Owner: cshaa
- Created: 2024-05-15T10:48:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T14:31:33.000Z (9 months ago)
- Last Synced: 2025-01-17T21:12:56.479Z (9 days ago)
- Language: C
- Size: 13.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 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.