From 8bcc4453193989518605a5bfff8a2fe6a61e8484 Mon Sep 17 00:00:00 2001 From: Will Box <11844340+Boxylmer@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:11:32 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8016da..346a3a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ESPLiveBackLight -This is a work in progress that uses +This is a completed-ish work that uses - Python (TKinter, mss, and NumPy mainly) - the ESP8266 Microcontroller (using the very well written FastLED library) - the WS2812B led chip @@ -19,7 +19,7 @@ Features and todo - [X] Consume less than 7% CPU with an AMD Ryzen 1600 and using 24FPS - [X] Allow full customize sequence for multiple monitors - [X] Automatically determine monitor orientation and locations - - [ ] "Compile" and release ready-to-go binary - - [ ] Finish 3D printed track design for easy backlight packaging - - [ ] Finish KiCAD PCB design for more polished end product + - [X] "Compile" and release ready-to-go binary + - [X] Finish 3D printed track design for easy backlight packaging + - [X] Finish KiCAD PCB design for more polished end product - [ ] Post writeup on construction and tutorial on assembly