acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

DateCommit messageFiles+-
2024-06-25Added LVGL update preview2+7-0
2024-06-09Added sponsor notice1+2-0
2024-06-09Added buymeacoffee to funding1+1-0
2024-06-09Added funding button1+2-0
2024-06-08Fixed actions and other issues7+84-57
2024-06-08Finally got the code split up into multiple files for organization16+1380-1348
2024-06-06Fixed QUIT messages not displaying, started mainlining gotify code1+1-1
2024-06-06Fixed QUIT messages not displaying, started mainlining gotify code4+70-79
2024-06-06Fixed screen timeout issue from missing bool change1+1-0
2024-06-06Splitting code into their own .cpp and header files7+252-217
2024-06-06Moved lora.cpp into main source folder2+139-138
2024-06-06Lora recv loop added2+38-2
2024-06-06update.... 2 hie 4 commit message4+117-85
2024-06-06Fixed missing return statement on keyboard input1+3-1
2024-06-06Fixed screen turn on not working from keyboard input1+3-0
2024-06-06Fixed keyboard not working1+3-0
2024-06-06Added SD card support and started Lora support4+134-2
2024-06-05Added SD card support1+38-0
2024-06-05Added brightness control function1+33-9
2024-06-05Added missing wireguard lib1+1-0
2024-06-05Started adding Wireguard support1+12-1
2024-06-05ABC imports (ocd lol)1+2-2
2024-06-05Fixed speaker.h spacing1+7-2
2024-06-05TAKEEE ONNN MEEEEE boot intro fixed1+1-1
2024-06-05Improved RTTTL processing with the ESP8266Audio library3+22-99
2024-06-05Added IRC mention sounds, moved boot sound to AFTER the XBM display3+20-5
2024-06-05Added support for the T-Deck internal speaker! Boot sounds added, notification sounds incomming.6+167-11
2024-06-05Merged setDefaultPreferences with loadPreferences1+11-23
2024-06-05Added default to get_encryption_type to hide warning when building1+2-0
2024-06-05Added mac address randomization, improved wifi handling, and added a wifi event trigger1+84-12
2024-06-04Merged the loadPreferences and setDefaultPreferences functions1+10-22
2024-06-04Added documentation on wiping settings on boot1+3-1
2024-06-04Added the ability to wipe the stored preferences by press w on the boot screen and fixed issue where pressing a key to turn screen on was typing the char out1+50-15
2024-05-30Finally fixed line wraps with color properly1+9-4
2024-05-30Merge pull request #7 from imnotacoder-eeeee/main1+39-7
2024-05-30MULTILINE FIX BETA, SET COLORS TO MASTER BRANCHES1+1-1
2024-05-30multi-line doesnt seem bugged and joins still work, will work on the small gap in buffer at the bottom1+3-3
2024-05-30multi-line doesnt seem bugged and joins still work, will work on the small gap in buffer at the bottom1+43-11
2024-05-30Update README.md1+2-3
2024-05-29Added extended preferences1+140-76
2024-05-29Added back removed colors by accident, few verbose serial changes1+128-5
2024-05-29Still need ifdef undef for some warnings I guess....1+21-0
2024-05-29Found a better way to silence library warnings2+1-21
2024-05-29Fixed warnings about redefinitions2+22-1
2024-05-29Updated roadmap and added serial logs2+6-1
2024-05-29Added memory constraints to things to keep everything memory safe from anomalies & attacks1+14-2
2024-05-28Added input buffer protection so we do not exceed the 512 limit IRC servers have1+8-95
2024-05-28Updated README3+19-13
2024-05-28Added cheers to e for hand typing color codes1+1-0
2024-05-28More code cleanup and comments1+5-7
2024-05-28Big code cleanup and organization2+790-699
2024-05-28Updated README.md1+1-11
2024-05-28Fixed typo1+2-2
2024-05-28Removed .vscode directory2+0-67
2024-05-28Updated roadmap and known issues2+2-8
2024-05-27Added fist release!2+1-1
2024-05-27fixed status bar percent colors1+7-14
2024-05-27Added wifi credential caching (cheers sad)1+36-7
2024-05-27Woops (idk what im doing)1+8-11
2024-05-27Revert "Fixed 39, 40, and 50 color codes (cheers e)"1+3-3
2024-05-27Added scrolling input text so we can type beyond the width of the screen1+15-3
2024-05-27Fixed word wrap issue (woops)1+5-7
2024-05-27Added /nick support with error handling for 432 and 433 errors1+1-0
2024-05-27Added /nick support with error handling for 432 and 433 errors1+67-44
2024-05-27Fixed 39, 40, and 50 color codes (cheers e)1+3-3
2024-05-27Added more previews pictures3+4-0
2024-05-27Added 99 color support (cheers e)1+1-0
2024-05-27Added 99 color support (cheers e)1+86-2
2024-05-27Added /me support for action messages on IRC1+7-0
2024-05-27Added /me support for action messages on IRC1+35-6
2024-05-27Added a /debug command once connected to IRC to see system information1+161-44
2024-05-27IRC color parsing improved even more for /hueg support and closer line spacing. PP4L1+3-3
2024-05-27Improved IRC color handling to allow messages ending with spaces to display colored backgrounds for ASCII/ANSI art :P1+24-2
2024-05-26Improved serial debugging documentation1+2-1
2024-05-26Added more verbose serial logging for debug2+25-9
2024-05-26Added information on how to debug over serial1+4-0
2024-05-26Fixed issue where espressif update broke the builds and now we specifc the version to 6.3.0 in platformio.ini1+1-1
2024-05-26Corrected chip for esptool flashing1+1-1
2024-05-26Added note about reseting device after flashing1+2-1
2024-05-26Added note about future releases1+2-0
2024-05-26Added to roadmap1+1-0
2024-05-26Roadmap revamped1+17-6
2024-05-26Updated known issues1+1-0
2024-05-26Updated known issues1+1-1
2024-05-26Screen on turns back on from keyboard input now instead of any new message1+2-6
2024-05-26Greatly improved the wifi connection, ntp polling, and irc connection by adding retries and delays for syncing ntp which was causing tls errors when out of sync1+23-11
2024-05-26Added screen inactivity timeout to save battery!2+54-1
2024-05-26Properly handle nick hilights by only hilighting the first occurance1+82-82
2024-05-26Added nick hilight support to the IRC client2+169-151
2024-05-26Added random numbers to nick for now until we have a more dynamic approach2+8-4
2024-05-26whole to hole typo (fuck you)1+1-1
2024-05-26Updated rooadmap1+1-0
2024-05-26Updated roadmap and added known issues1+7-0
2024-05-26Added documentation on flashing over serial with esptool1+7-1
2024-05-25Added /raw command to the IRC client input to allow sending raw data to the server2+17-2
2024-05-25Fixed missing space1+1-1
2024-05-25Fixed missing checkboxes on the roadmap1+4-4
2024-05-25Added to roadmap1+2-0
2024-05-25Fixed preview image extensions3+1-1
2024-05-25Added preview screens and improved flashing documentation3+9-5
5 more commits remaining, fetch the repository