From f97fd507581f06cbe8debec6b57ddf9acc980a80 Mon Sep 17 00:00:00 2001 From: gullradriel <3157857+gullradriel@users.noreply.github.com> Date: Fri, 11 Apr 2025 13:36:03 +0200 Subject: [PATCH] Created waterfalls color schemes (markdown) --- waterfalls-color-schemes.md | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 waterfalls-color-schemes.md diff --git a/waterfalls-color-schemes.md b/waterfalls-color-schemes.md new file mode 100644 index 0000000..0114c90 --- /dev/null +++ b/waterfalls-color-schemes.md @@ -0,0 +1,39 @@ +# Waterfalls color schemes + +You can change the waterfalls color scheme by going into WATERFALL directory and select one of the file with the middle button. + +If you want to revert to the default scheme, apply the default.txt setting or delete waterfall.txt file at the root of the sdcard. + +# Color Schemes + +**__default__** + +![image](https://github.com/user-attachments/assets/7d8a52f1-5f4e-4a43-bc86-fdd8d170f847) + +**__aurora__** + +![image](https://github.com/user-attachments/assets/ae5b8ac0-d74b-4464-b563-bd7e21297478) + +**__flame__** + +![image](https://github.com/user-attachments/assets/540de9ad-cbbd-4115-8483-cbac779c2a8a) + +**__matrix__** + +![image](https://github.com/user-attachments/assets/6ce3fb58-4665-4d6e-938c-1d0acb9d3bbb) + +**__sunset__** + +![image](https://github.com/user-attachments/assets/f8bcb92b-606e-4f6e-879a-cdc740707a82) + +# Create your own + +- Add a new file in WATERFALL +- Add colors lines (index,R,G,B) +- all settings range from 0 to 255 (index included) +- Generated colors are gradients between the set of 'index,R,G,B' lines +- Support comments + + + +