From e83a5e894b471e180750f660c9b6d64b689d4dd4 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sun, 21 Mar 2021 14:01:50 +0100 Subject: [PATCH] Updated readme --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9011f5..93665d7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ -# M5Paper_FactoryTest -PlatformIO Project for M5Paper +# M5PaperOS + +I'm improving on the [m5stack/M5Paper_FactoryTest](https://github.com/m5stack/M5Paper_FactoryTest), fixing bugs and adding functionality. + + +## Improvements so far + +- Moved Wi-Fi configuration into Settings app +- Added Wi-Fi indicator to status bar +- Added DejaVu-Sans in order to see utf-8 icons +- Extended Wi-Fi connection timeout to establish connection more reliably +- Preventing Wi-Fi from disconnecting +- Automatically syncing time after Wi-Fi connection was established +- Removed unused button from keyboard and enlarged number-alpha switch +- Increased back arrow size to prevent labels from beeing cut off +- Made some visual improvements to the UI + + +## Bugfixes so far + +- Fixed bootup sequence to automatically connect to saved Wi-Fi network +- Added missing dependency to `platformio.ini` +- Fixed typos and misspellings +- Fixed label centering issues + + +## Other changes + +- Removed poorly implemented language selection +- Renamed `WLAN` to `Wi-Fi` \ No newline at end of file