From 778a0f2662aeb739c7296492544ce91e2dd046f6 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Wed, 24 Mar 2021 13:59:51 +0000 Subject: [PATCH] Fix readme links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c51da9b..f3d366f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ ninja -C build TODO ## Resources -* [https://github.com/orangepi-xunlong/WiringOP](orangepi-xunlong/WiringOP) - GPIO controlling library compatible with Raspberry Pi's WiringPi -* [https://github.com/dhepper/font8x8](dhepper/font8x8) - 8x8 pixels monospaced font -* [https://github.com/vadzimyatskevich/SSD1306](vadzimyatskevich/SSD1306) - Similar driver for SSD1306 OLED displays - +* [orangepi-xunlong/WiringOP](https://github.com/orangepi-xunlong/WiringOP) - GPIO controlling library compatible with Raspberry Pi's WiringPi +* [dhepper/font8x8](https://github.com/dhepper/font8x8) - 8x8 pixels monospaced font +* [vadzimyatskevich/SSD1306](https://github.com/vadzimyatskevich/SSD1306) - Similar driver for SSD1306 OLED displays +* [michal037/driver-ST7735S](https://github.com/michal037/driver-ST7735S) - ST7735 driver