Scott Lahteine
56cec9690a
♻️ Refactor HAL as singleton ( #23357 , #23871 , #23897 )
3 years ago
GHGiampy
ac76ed7ece
🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI ( #23590 )
3 years ago
Andrei M
0d91b07797
⚗️ Use pwm_set_duty over analogWrite to set PWM ( #23048 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
Sebastien BLAISOT
e5c4e77eb0
🐛 Fix NEOPIXEL2_SEPARATE default color ( #23057 )
3 years ago
ellensp
3fcf3f69ca
♻️ LEDs refactor and extend ( #21962 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
e75c3b6c54
🎨 Macros for optional arguments ( #21969 )
4 years ago
sanek88lbl
d6cb657c85
Patches for CASE_LIGHT_USE_RGB_LED ( #21811 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
LinFor
6183cd0731
RGB Caselight ( #20341 )
4 years ago
ellensp
1aae6395c6
Fix mini12864 v2.1 + PSU control + NeoPixel backlight ( #21021 )
4 years ago
Scott Lahteine
9172271c7f
Whitespace cleanup
5 years ago
Zachary Annand
a8db9f52ec
Menu items for Separate NeoPixel ( #19280 )
5 years ago
Zachary Annand
757ab484ac
Independent Neopixel option ( #19115 )
5 years ago
Scott Lahteine
9d2241efe7
Minor cleanup w/r/t LEDs
5 years ago
LinFor
e0aa9ce372
RGB Caselight ( #20341 )
4 years ago
ellensp
6dcb77f7b5
Fix mini12864 v2.1 + PSU control + NeoPixel backlight ( #21021 )
4 years ago
Scott Lahteine
b709baba7a
Whitespace cleanup
5 years ago
Zachary Annand
5ea7a8373a
Menu items for Separate NeoPixel ( #19280 )
5 years ago
Zachary Annand
97ec6c1be6
Independent Neopixel option ( #19115 )
5 years ago
Scott Lahteine
c488070859
Minor cleanup w/r/t LEDs
5 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
5 years ago
grauerfuchs
293a0997c9
Fix / optimize PCA9533 LED (Mightyboard) ( #17381 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI ( #14967 )
6 years ago
Tim Moore
e5aa453293
Add support for 2 Neopixel strips ( #14667 )
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING ( #14072 )
6 years ago
MastS
18904c42f6
Fysetc LCD backlight timeout ( #14265 )
6 years ago
mikeshub
a3f034b95e
FFCP updates. Update XY soft endstops on tool_change ( #14125 )
6 years ago
Bob Kuhn
1dad6e754b
Neopixel background LED option ( #14025 )
6 years ago
Scott Lahteine
49cf92dc36
Extended condition macros ( #13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 years ago
Tobias Frost
d20eab4f83
Fix macro in set_color() ( #13417 )
6 years ago
Scott Lahteine
67bee06e43
No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment-471388743
6 years ago
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins ( #13383 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Giuliano Zaro
7bb5d4bfe8
Small LED code reorganization ( #12929 )
6 years ago
mikeshub
7fde8d9d1e
Add CreatorPro / Makerbot / QIDI / etc and Mightboard RevE support ( #12855 )
- Fix a bug in MAXxxxx thermocouple temp reporting.
- Add support for 3-wire HD44780.
- Add support for PCA9533 RGB driver.
- Add configuration examples for FlashForge CreatorPro.
6 years ago
Giuliano Zaro
323c088356
Restore LED light color after pid tuning ( #12082 )
7 years ago
Scott Lahteine
e37dd64548
Apply LEDColor, language fixes
7 years ago
Tannoo
cf0f78336b
New Feature: LED_CONTROL_MENU
8 years ago
Scott Lahteine
3ac581eac9
Neopixel changes for parity with 1.1.x
8 years ago
Slawomir Ciunczyk
a11e6a1022
Different NEOPIXEL types
Same as #7728 but for 2.0.x,
Lot of cleanup and remove references in whole code to other "LED files" than leds.h. Now will be much easier to add next drivers/libraries. e.g. FastLED. But bad news, currently FastLED is suporting only RGB devices (no RGBW)
8 years ago
Scott Lahteine
8fbb833de9
Encapsulate RGB(W) LEDs
8 years ago