瀏覽代碼

NEOPIXEL_BRIGHTNESS parity

Scott Lahteine 6 年之前
父節點
當前提交
2014d38e10

+ 1
- 1
Marlin/Configuration.h 查看文件

1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1775
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
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
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1777
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1778
 #endif
1778
 #endif
1779
 
1779
 

+ 1
- 1
Marlin/src/config/default/Configuration.h 查看文件

1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1775
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
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
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1777
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1778
 #endif
1778
 #endif
1779
 
1779
 

+ 1
- 1
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h 查看文件

1768
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1768
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1769
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1769
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1770
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
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
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1772
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1773
 #endif
1773
 #endif
1774
 
1774
 

+ 1
- 1
Marlin/src/config/examples/MakerParts/Configuration.h 查看文件

1780
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1780
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1781
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1781
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1782
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
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
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1784
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1785
 #endif
1785
 #endif
1786
 
1786
 

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration.h 查看文件

1746
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1746
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1747
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1747
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1748
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
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
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1750
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1751
 #endif
1751
 #endif
1752
 
1752
 

+ 1
- 1
Marlin/src/config/examples/STM32F10/Configuration.h 查看文件

1776
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1776
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1777
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1777
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1778
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
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
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1780
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1781
 #endif
1781
 #endif
1782
 
1782
 

+ 1
- 1
Marlin/src/config/examples/TheBorg/Configuration.h 查看文件

1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1773
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1774
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1775
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
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
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1777
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1778
 #endif
1778
 #endif
1779
 
1779
 

+ 1
- 1
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h 查看文件

1765
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1765
   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
1766
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1766
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
1767
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
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
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1769
   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
1770
 #endif
1770
 #endif
1771
 
1771
 

Loading…
取消
儲存