waveshare_epaper

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

README (534B)


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