Scott Lahteine
367e717aeb
Add alternative TERN macros
2021-04-29 08:45:05 -05:00
Scott Lahteine
9172271c7f
Whitespace cleanup
2021-04-29 08:44:58 -05:00
Zachary Annand
a8db9f52ec
Menu items for Separate NeoPixel ( #19280 )
2021-04-29 08:44:58 -05:00
Zachary Annand
ffba220ae8
Separate Neopixel followup ( #19250 )
2021-04-29 08:44:58 -05:00
Zachary Annand
c7335bcd4d
Separate Neopixel followup ( #19224 )
2021-04-29 08:44:58 -05:00
Zachary Annand
df7e35ccd7
Separate Neopixels followup ( #19179 )
2021-04-29 08:44:58 -05:00
Zachary Annand
757ab484ac
Independent Neopixel option ( #19115 )
2021-04-29 08:44:58 -05:00
ellensp
7769f19bf5
Fix NEOPIXEL_STARTUP_TEST last delay ( #19156 )
2021-04-29 08:44:58 -05:00
Scott Lahteine
9d2241efe7
Minor cleanup w/r/t LEDs
2021-04-29 08:44:57 -05:00
Scott Lahteine
42604cf4b2
Neopixel => NeoPixel
2021-04-29 08:44:57 -05:00
ellensp
a99c844296
Add option to arrange Neopixel sets in series ( #18992 )
2021-04-29 08:44:56 -05:00
Scott Lahteine
7d3be90159
Conditions cleanup
2021-04-29 08:44:56 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
Scott Lahteine
d6682c8609
Whitespace cleanup
2020-07-07 02:30:26 -05:00
ManuelMcLure
db0436cc61
Fix Neopixel set_color ( #18544 )
2020-07-05 15:47:02 -05:00
ellensp
91dc74ff16
M150 I to set Neopixel by index ( #18490 )
2020-07-03 16:33:09 -05:00
ellensp
07966ea82b
Fix LPC176x RGB NEOPIXEL startup ( #18380 )
2020-06-22 15:38:51 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
880f73d471
Minor cleanup
2020-04-17 04:35:00 -05:00
grauerfuchs
293a0997c9
Fix / optimize PCA9533 LED (Mightyboard) ( #17381 )
2020-04-08 12:53:28 -05:00
Scott Lahteine
bfad23d3e2
(c) 2020
2020-02-03 08:00:57 -06:00
Scott Lahteine
7a4758a6a2
Fix RGB / Neopixel white color bug
...
See #16752
2020-02-01 10:11:36 -06:00
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
2019-09-30 22:56:22 -05:00
Scott Lahteine
24706aedbd
Fix Neopixel typos
2019-09-29 17:36:29 -05:00
Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
2019-09-16 20:31:21 -05:00
Ludy
05995d1fd6
Unify buzz methods as MarlinUI::buzz ( #14803 )
2019-08-20 02:01:37 -05:00
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI ( #14967 )
2019-08-16 18:34:13 -05:00
Tim Moore
940c59d9da
Overlord i2c LCD with LEDs and buzzer ( #14801 )
2019-08-02 06:19:45 -05:00
Tim Moore
e5aa453293
Add support for 2 Neopixel strips ( #14667 )
2019-07-20 23:14:09 -05:00
Tim Moore
8b81c0e88f
LEDs to default on print completion ( #14535 )
2019-07-07 07:17:08 -05:00
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
2019-07-05 18:14:02 -05:00
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
2019-06-27 23:58:16 -05:00
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING ( #14072 )
2019-06-21 01:20:17 -05:00
MastS
18904c42f6
Fysetc LCD backlight timeout ( #14265 )
2019-06-12 21:59:39 -05:00
mikeshub
a3f034b95e
FFCP updates. Update XY soft endstops on tool_change ( #14125 )
2019-06-10 18:01:42 -05:00
Bob Kuhn
1dad6e754b
Neopixel background LED option ( #14025 )
2019-05-18 02:36:37 -05:00
Scott Lahteine
5018fdacbe
Support FYSETC_MINI_12864_PANEL ( #13365 )
2019-04-09 18:34:29 -05:00
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(...)`
2019-03-16 23:43:06 -05:00
Tobias Frost
d20eab4f83
Fix macro in set_color() ( #13417 )
2019-03-16 19:05:59 -05:00
Scott Lahteine
67bee06e43
No patch needed for non-libmaple analogWrite
...
See https://github.com/pinchies/Marlin/pull/1#issuecomment-471388743
2019-03-13 07:21:10 -05:00
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins ( #13383 )
2019-03-13 06:51:15 -05:00
Scott Lahteine
a43e892fb5
Use 8-bit i2c address on LPC platform
...
Fix #9799 — hopefully not a unicorn
2019-02-20 06:27:26 -06:00
Scott Lahteine
0feeef2604
Update copyright in headers
2019-02-12 15:30:11 -06:00
Giuliano Zaro
f7efe6f6c5
[2.0.x] Fix TEMP_STAT_LED startup init ( #13120 )
2019-02-11 17:27:59 -06:00
Giuliano Zaro
7bb5d4bfe8
Small LED code reorganization ( #12929 )
2019-01-17 13:20:26 -06:00
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.
2019-01-14 14:29:55 -06:00
Scott Lahteine
471f403a67
Reduce code size with plain inlines
2018-11-11 08:36:10 -06:00
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup ( #12322 )
...
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
2018-11-04 02:25:55 -06:00
Scott Lahteine
f5b31e218d
Followup to #12082
2018-11-02 01:15:27 -05:00
Giuliano Zaro
323c088356
Restore LED light color after pid tuning ( #12082 )
2018-11-01 22:04:19 -05:00