forked from xLightsSequencer/xLights
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'smeighan:master' into master
- Loading branch information
Showing
191 changed files
with
10,402 additions
and
4,296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
|
||
#define MyTitleName "xLights" | ||
#define Year 2023 | ||
#define Version 17 | ||
#define Version 22 | ||
#define Other "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* XPM */ | ||
static const char *adjust16_xpm[] = { | ||
"16 16 2 1", | ||
" c #FFFFFF", | ||
". c #000000", | ||
" ", | ||
" . ", | ||
".. .. ", | ||
" .. .. ", | ||
" .... ", | ||
" ... ", | ||
" .. ", | ||
" .. ", | ||
" .. ", | ||
" .. ", | ||
" .. ", | ||
" .. ", | ||
" .. ", | ||
" ", | ||
" ", | ||
" "}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/* XPM */ | ||
static const char *adjust24_xpm[] = { | ||
"24 24 2 1", | ||
" c #FFFFFF", | ||
". c #000000", | ||
" ", | ||
" ", | ||
" . . .. ", | ||
" . . .. ", | ||
" . . . . ", | ||
" .. . . . ", | ||
" . .. . . .. ", | ||
" . . . . ", | ||
" . . . . ", | ||
" .... . . . ", | ||
" . ... ", | ||
" . .. ", | ||
" . . . ", | ||
" . . . ", | ||
" . . . ", | ||
" . ... . ", | ||
" . . . . . ", | ||
" . . . . . . ", | ||
" . . . . . . ", | ||
" . . . . . ", | ||
" . . . .", | ||
" . . . ", | ||
" ", | ||
" "}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* XPM */ | ||
static const char *adjust32_xpm[] = { | ||
"32 32 2 1", | ||
" c #FFFFFF", | ||
". c #000000", | ||
" ", | ||
" ", | ||
" .... .. ", | ||
" . .. .. ..", | ||
" . . .. . ", | ||
" . .. . .. ", | ||
" .. .. . . . ", | ||
" ... .. . . . ", | ||
" . .. . . .. .. ", | ||
" . .. . . . ", | ||
" . .. .. . ", | ||
" .. .. . . ", | ||
" ...... .. .. . ", | ||
" . .. . ", | ||
" . ... ", | ||
" .. .. ", | ||
" . . .. ", | ||
" . . .. ", | ||
" ... . .. ", | ||
" . . .. ", | ||
" . .... .. ", | ||
" . . . . .. ", | ||
" . . . . .. ", | ||
" . . .. .. . .. ", | ||
" . . .. .. . .. ", | ||
" . .. .. . .. ", | ||
" . .. .. . . ", | ||
" . .. . .", | ||
" . .. . . ", | ||
" ... ... ", | ||
" ", | ||
" "}; |
Oops, something went wrong.