|
13 | 13 | #ifndef PalettesWLED_h |
14 | 14 | #define PalettesWLED_h |
15 | 15 |
|
16 | | -#define GRADIENT_PALETTE_COUNT 40 |
| 16 | +#define GRADIENT_PALETTE_COUNT 41 |
17 | 17 |
|
18 | 18 | const byte ib_jul01_gp[] PROGMEM = { |
19 | 19 | 0, 194, 1, 1, |
@@ -551,14 +551,14 @@ const byte Orangery_gp[] PROGMEM = { |
551 | 551 |
|
552 | 552 | //inspired by Mark Kriegsman https://gist.github.com/kriegsman/756ea6dcae8e30845b5a |
553 | 553 | const byte C9_gp[] PROGMEM = { |
554 | | - 0, 255, 5, 0, //red |
555 | | - 60, 255, 5, 0, |
556 | | - 60, 196, 57, 2, //amber (start 61?) |
557 | | - 120, 196, 57, 2, |
558 | | - 120, 6, 126, 2, //green (start 126?) |
559 | | - 180, 6, 126, 2, |
560 | | - 180, 4, 30, 114, //blue (start 191?) |
561 | | - 255, 4, 30, 114}; |
| 554 | + 0, 184, 4, 0, //red |
| 555 | + 60, 184, 4, 0, |
| 556 | + 65, 144, 44, 2, //amber |
| 557 | + 125, 144, 44, 2, |
| 558 | + 130, 4, 96, 2, //green |
| 559 | + 190, 4, 96, 2, |
| 560 | + 195, 7, 7, 88, //blue |
| 561 | + 255, 7, 7, 88}; |
562 | 562 |
|
563 | 563 | const byte Sakura_gp[] PROGMEM = { |
564 | 564 | 0, 196, 19, 10, |
@@ -594,6 +594,17 @@ const byte Atlantica_gp[] PROGMEM = { |
594 | 594 | 180, 196, 57, 2, |
595 | 595 | 180, 137, 85, 2, //yellow |
596 | 596 | 255, 137, 85, 2}; |
| 597 | + |
| 598 | + //C9, but brighter and with a less purple blue |
| 599 | + const byte C9_new_gp[] PROGMEM = { |
| 600 | + 0, 255, 5, 0, //red |
| 601 | + 60, 255, 5, 0, |
| 602 | + 60, 196, 57, 2, //amber (start 61?) |
| 603 | + 120, 196, 57, 2, |
| 604 | + 120, 6, 126, 2, //green (start 126?) |
| 605 | + 180, 6, 126, 2, |
| 606 | + 180, 4, 30, 114, //blue (start 191?) |
| 607 | + 255, 4, 30, 114}; |
597 | 608 |
|
598 | 609 |
|
599 | 610 | // Single array of defined cpt-city color palettes. |
@@ -640,7 +651,8 @@ const byte* const gGradientPalettes[] PROGMEM = { |
640 | 651 | Sakura_gp, //49-36 Sakura |
641 | 652 | Aurora_gp, //50-37 Aurora |
642 | 653 | Atlantica_gp, //51-38 Atlantica |
643 | | - C9_2_gp //52-39 C9 2 |
| 654 | + C9_2_gp, //52-39 C9 2 |
| 655 | + C9_new_gp //53-40 C9 New |
644 | 656 | }; |
645 | 657 |
|
646 | 658 | #endif |
0 commit comments