From 7595f35cc6b50ab91aa92ca8bdcdc01b71665967 Mon Sep 17 00:00:00 2001 From: imi415 Date: Tue, 6 Jul 2021 00:06:29 +0800 Subject: [PATCH] Updated README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f530170..bab6c04 100644 --- a/README.md +++ b/README.md @@ -15,21 +15,21 @@ which runs on Linux. ## Other supported devices - [x] 2.0" IPS TFT LCD(320px * 240px), driver IC: ST7789VW -- [ ] General GPIO based buttons +- [x] General GPIO based buttons - [ ] Genetal GPIO based LEDs ## Drivers implemented - [x] GPIO driver - [x] SPI device driver -- [ ] Config K-V driver +- [x] Config K-V driver ## Third party libraries used - [x] LittleVGL - [ ] mosquitto - [x] libgpiod -- [ ] libconfig -- [ ] libpthread +- [x] libconfig +- [x] libpthread - [ ] libiio ## How to compile