waveshare_epaper

Waveshare e-paper display shenanigans
git clone git://bsandro.tech/waveshare_epaper
Log | Files | Refs | README

commit 762f6bb19c15fb177a809efdd7c8b34378b83a1c
parent 59123e615400cc48d00e06c9dba36b396904797a
Author: bsandro <email@bsandro.tech>
Date:   Sun, 28 Aug 2022 12:46:54 +0300

fix readme

Diffstat:
MREADME | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -1,4 +1,13 @@ Waveshare e-paper display shenanigans for Raspberry Pi. + Display: 7.5" V2 (low resolution). Calls wego (https://github.com/schachmat/wego) to obtain weather information. -Uses wiringpi (https://github.com/WiringPi/WiringPi) +Uses wiringpi (https://github.com/WiringPi/WiringPi) and "standard" waveshare +sdk for that kind of displays. + +Font and utility (wego) paths are hardcoded; the main thing here is to output +unicode correctly, essentially being able to draw any program output +seamlessly. + +TODO: check for screen boundaries + accept input as command-line argument or maybe a pipe