Skip to content

Commit

Permalink
Added info for "reverse color range" and "auto color cycle" toggles
Browse files Browse the repository at this point in the history
  • Loading branch information
connornishijima committed May 8, 2024
1 parent 2a36916 commit 69b8805
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions data/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ button{
justify-content: center;
align-content: end;
flex-wrap: wrap;
white-space: pre-wrap;
}

.slider_track, .toggle_track{
Expand Down
20 changes: 11 additions & 9 deletions data/js/info.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
let information = {
"brightness" : "The brightness of your Emotiscope's LED display.",
"softness" : "How quickly your Emotiscope's display reacts to changes; this can be used to reduce flickering effects at the cost of reaction time.",
"speed" : "How quickly things on screen can move",
"color" : "The base color of the current mode.",
"color_range" : "How much the color can vary from the base color.",
"saturation" : "The intensity of the color of the display.",
"blue_filter" : "Applies a filter to the display which limits the brightness of blue colors, similar to the look of incandenscent light bulbs that were tinted by a colored film.",
"background" : "The intensity of the background color.",
"mirror_mode" : "Scales the display to 1/2 size and mirrors it to be symmetrical",
"brightness" : "The brightness of your Emotiscope's LED display.",
"softness" : "How quickly your Emotiscope's display reacts to changes; this can be used to reduce flickering effects at the cost of reaction time.",
"speed" : "How quickly things on screen can move",
"color" : "The base color of the current mode.",
"color_range" : "How much the color can vary from the base color.",
"saturation" : "The intensity of the color of the display.",
"blue_filter" : "Applies a filter to the display which limits the brightness of blue colors, similar to the look of incandenscent light bulbs that were tinted by a colored film.",
"background" : "The intensity of the background color.",
"mirror_mode" : "Scales the display to 1/2 size and mirrors it to be symmetrical",
"reverse_color_range" : "Reverses the direction of the color range, meaning that if your base color is red, the color range extends towards blue instead of green.",
"auto_color_cycle" : "Automatically cycles the base color to the music",
};

function show_setting_information(setting_name){
Expand Down

0 comments on commit 69b8805

Please sign in to comment.