waveshare_epaper

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

commit 59123e615400cc48d00e06c9dba36b396904797a
parent e4bfcba0430e088281dd12021aa0867fa8d6f8c7
Author: bsandro <email@bsandro.tech>
Date:   Sun, 28 Aug 2022 12:42:34 +0300

fix gitignore to include ./bin a little bit

Diffstat:
M.gitignore | 2+-
Abin/.keep | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ -bin/* +bin/*.o epd diff --git a/bin/.keep b/bin/.keep