Skip to content

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

Notifications You must be signed in to change notification settings

headblockhead/picoEpaperClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks