Scott Lahteine 6 лет назад
Родитель
Сommit
2014d38e10

+ 1
- 1
Marlin/Configuration.h Просмотреть файл

@@ -1773,7 +1773,7 @@
1773 1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1774 1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1775 1775
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
1776
-  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
1776
+  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
1777 1777
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1778 1778
 #endif
1779 1779
 

+ 1
- 1
Marlin/src/config/default/Configuration.h Просмотреть файл

@@ -1773,7 +1773,7 @@
1773 1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1774 1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1775 1775
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
1776
-  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
1776
+  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
1777 1777
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1778 1778
 #endif
1779 1779
 

+ 1
- 1
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h Просмотреть файл

@@ -1768,7 +1768,7 @@
1768 1768
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1769 1769
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1770 1770
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
1771
-  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
1771
+  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
1772 1772
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1773 1773
 #endif
1774 1774
 

+ 1
- 1
Marlin/src/config/examples/MakerParts/Configuration.h Просмотреть файл

@@ -1780,7 +1780,7 @@
1780 1780
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1781 1781
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1782 1782
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
1783
-  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
1783
+  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
1784 1784
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1785 1785
 #endif
1786 1786
 

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration.h Просмотреть файл

@@ -1746,7 +1746,7 @@
1746 1746
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1747 1747
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1748 1748
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
1749
-  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
1749
+  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
1750 1750
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1751 1751
 #endif
1752 1752
 

+ 1
- 1
Marlin/src/config/examples/STM32F10/Configuration.h Просмотреть файл

@@ -1776,7 +1776,7 @@
1776 1776
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1777 1777
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1778 1778
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
1779
-  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
1779
+  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
1780 1780
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1781 1781
 #endif
1782 1782
 

+ 1
- 1
Marlin/src/config/examples/TheBorg/Configuration.h Просмотреть файл

@@ -1773,7 +1773,7 @@
1773 1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1774 1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1775 1775
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
1776
-  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
1776
+  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
1777 1777
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1778 1778
 #endif
1779 1779
 

+ 1
- 1
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h Просмотреть файл

@@ -1765,7 +1765,7 @@
1765 1765
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1766 1766
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1767 1767
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
1768
-  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
1768
+  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
1769 1769
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1770 1770
 #endif
1771 1771
 

Загрузка…
Отмена
Сохранить