瀏覽代碼

Add Velleman RGB-LED strip support to K8400

Scott Lahteine 7 年之前
父節點
當前提交
00e86f1c2d

+ 5
- 4
Marlin/src/config/examples/Velleman/K8400/Configuration.h 查看文件

@@ -1822,13 +1822,14 @@
1822 1822
  * LED Type. Enable only one of the following two options.
1823 1823
  *
1824 1824
  */
1825
-//#define RGB_LED
1825
+//#define RGB_LED  // Enable for the Velleman RGB LED Add-on. https://www.velleman.eu/products/view/?id=430100
1826 1826
 //#define RGBW_LED
1827 1827
 
1828 1828
 #if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
1829
-  #define RGB_LED_R_PIN 34
1830
-  #define RGB_LED_G_PIN 43
1831
-  #define RGB_LED_B_PIN 35
1829
+  // Pin defines for the RGB LED Add-on.
1830
+  #define RGB_LED_R_PIN 41
1831
+  #define RGB_LED_G_PIN 40
1832
+  #define RGB_LED_B_PIN 12
1832 1833
   #define RGB_LED_W_PIN -1
1833 1834
 #endif
1834 1835
 

+ 5
- 4
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h 查看文件

@@ -1822,13 +1822,14 @@
1822 1822
  * LED Type. Enable only one of the following two options.
1823 1823
  *
1824 1824
  */
1825
-//#define RGB_LED
1825
+//#define RGB_LED  // Enable for the Velleman RGB LED Add-on. https://www.velleman.eu/products/view/?id=430100
1826 1826
 //#define RGBW_LED
1827 1827
 
1828 1828
 #if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
1829
-  #define RGB_LED_R_PIN 34
1830
-  #define RGB_LED_G_PIN 43
1831
-  #define RGB_LED_B_PIN 35
1829
+  // Pin defines for the RGB LED Add-on.
1830
+  #define RGB_LED_R_PIN 41
1831
+  #define RGB_LED_G_PIN 40
1832
+  #define RGB_LED_B_PIN 12
1832 1833
   #define RGB_LED_W_PIN -1
1833 1834
 #endif
1834 1835
 

Loading…
取消
儲存