acid-drop

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

commit 0f2598b60023eece06dbffd30c543d4155c6efe2
parent 03a84e83012ae54fc703ae8a86ed7ec3055f4062
Author: acidvegas <acid.vegas@acid.vegas>
Date: Mon, 24 Jun 2024 23:07:18 -0400

Added LVGL update preview

Diffstat:
A.screens/lvgl.png | 0
MREADME.md | 7+++++++

2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.screens/lvgl.png b/.screens/lvgl.png
Binary files differ.
diff --git a/README.md b/README.md
@@ -11,6 +11,8 @@ Consider sponsoring our project, all the money goes towards motivation to develo
 
 ![](./.screens/preview.png)
 
+![](./.screens/lvgl.png)
+
 # Flashing the Firmware
 ###### Using VS Code
 1. Add your user to the `dialout` group: `sudo gpasswd -a YOURUSERNAME dialout` *(You will need to re-login after adding your user to the `dialout` group for it to take affect)*
@@ -62,6 +64,7 @@ The device will scan for WiFi networks on boot. Once the list is displayed, you 
 - [ ] SD card support
 
 ###### Features
+- [X] LVGL used for enhanced UI
 - [X] Wifi scanning & selection menu
   - [x] Saved wifi profiles
 - [ ] Wifi Hotspot
@@ -73,6 +76,7 @@ The device will scan for WiFi networks on boot. Once the list is displayed, you 
 - [X] Serial debug logs
 
 ###### Applications
+- [ ] Rubber Ducky
 - [X] IRC Client
   - [X] `/raw` command for IRC client to send raw data to the server
   - [ ] Add scrolling backlog for IRC to see the last 200 messages
@@ -93,6 +97,9 @@ The device will scan for WiFi networks on boot. Once the list is displayed, you 
 - [ ] Spotify/Music player *(can we play audio throuigh Bluetoth headphones or the on-board speaker?)*
 - [ ] Syslog *(All serial logs will be displayed here for on-device debugging)*
 
+# Ideas
+- Replace the `ESP32-S3FN16R8` with a `ESP32-S3-WROOM-1U` which has an iPex connector for an external WiFi antenna.
+
 # Previews
 ###### 99 Color support
 ![](./.screens/99colors.png)