headblockhead / picoEpaperClock

[WIP] An alarm clock written in tinygo made for the pico and the pico-waveshare epaper display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

picoEpaperClock

An alarm clock written in C and made for the pico + pico-waveshare epaper display.

Tasks

Build

Builds the project.

mkdir -p build
cd build
cmake ..
make
cd ..

Deploy

Requires: Build Builds, then uploads the project to the pico.

cd build
sudo picotool load ./clock.uf2 -F
sudo picotool reboot -F

About

[WIP] An alarm clock written in tinygo made for the pico and the pico-waveshare epaper display


Languages

Language:C 99.3%Language:CMake 0.7%