V2.6.3
This release is a start for refactoring the code. The overall goal is to move to a common use of camelCase, English as the common language and cleanCode.
In this pull request, I have changed most of the function names in the base code to camelCase. In this step, I refactored the classes to have a namespace for functions and applied cleanCode here. I also changed the comments to English when necessary.
Other changes:
Removed a redundant function RGB_to_HSB(), since it is also available through the NeoPixelBus Library.
Fixed: Better values for Speed Slider #29
Fixed: Brightness changes react immediately* (*The clock refreshes the screen every second).
What's Changed
Full Changelog: V2.6.2...V2.6.3