Created waterfalls color schemes (markdown)

gullradriel
2025-04-11 13:36:03 +02:00
parent 04d9d08203
commit f97fd50758

@@ -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