From 224263773049f47903d53328df6fedbe0467acc5 Mon Sep 17 00:00:00 2001 From: Florian Klemenz Date: Sat, 9 Jul 2022 10:53:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds credits --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2dd131..f36cc9f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [Install unit files](#install-unit-files) - [Check timers](#check-timers) - [Controlling the backlight](#controlling-the-backlight) +- [Credits](#credits) # Installation and setup @@ -155,5 +156,6 @@ and a "0" to turn it **on** echo 0 | sudo tee /sys/class/backlight/fb_ili9341/bl_power - +# Credits +[Raspberry Compote - Low-level Graphics on Raspberry Pi](http://raspberrycompote.blogspot.com/2012/12/low-level-graphics-on-raspberry-pi-part_9509.html)