Scott Lahteine
|
5b9f3bd4b1
|
🧑💻 Remove extraneous 'inline' hints
|
3 years ago |
Tanguy Pruvot
|
184fc36a08
|
🐛 Fix TFT backlight sleep/wake (#23153)
|
3 years ago |
Mikhail Basov
|
39a81d167e
|
🚸 LCD_SHOW_E_TOTAL for TFT_COLOR_UI (#23127)
|
3 years ago |
Tanguy Pruvot
|
fd136d5501
|
🐛 Fix TFT backlight [STM32] (#23062)
|
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 |
Scott Lahteine
|
cbc7dadf42
|
🎨 Apply HAS_MULTI_HOTEND conditional
|
3 years ago |
Zlopi
|
c508ecc414
|
🚸 Scroll long filename on MKS TFT (#23031)
|
3 years ago |
Scott Lahteine
|
9cf1c3cf05
|
🎨 Apply F() to UTF-8/MMU2 string put
|
3 years ago |
Scott Lahteine
|
46c53f6730
|
🎨 Apply F() to G-code suite and queue
|
3 years ago |
Scott Lahteine
|
1de265ea5d
|
🎨 Axis name string interpolation, with examples (#22879)
|
3 years ago |
espr14
|
604a01cd1a
|
🎨 steps_to_mm => mm_per_step (#22847)
|
3 years ago |
Tanguy Pruvot
|
064f91e9b0
|
🚸 TFT backlight PWM / brightness (#22841)
|
3 years ago |
Tanguy Pruvot
|
224371dfc6
|
✨ TFT Screen/Backlight Sleep (#22617)
|
3 years ago |
Scott Lahteine
|
b661795ae5
|
🎨 Fewer serial macros
|
3 years ago |
Miguel Risco-Castillo
|
6cf2cf7bd4
|
✨ Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
luzpaz
|
c612b56bc1
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
3 years ago |
Scott Lahteine
|
e402f43c02
|
🎨 NULL => nullptr
|
3 years ago |
Scott Lahteine
|
2b37a71eba
|
♻️ Refactor status screen timeout
|
3 years ago |
DerAndere
|
c1fca91103
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
e75c3b6c54
|
🎨 Macros for optional arguments (#21969)
|
4 years ago |
Scott Lahteine
|
c977e82074
|
🎨 MULTI_MANUAL => MULTI_E_MANUAL
|
4 years ago |
BigTreeTech
|
ac11c689f7
|
Capacitive Touch Screen (GT911) for SKR SE BX (#21843)
Co-authored-by: Msq001 <alansayyeah@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
d174d610bd
|
Temperature cleanup
|
4 years ago |
Scott Lahteine
|
a468701511
|
Cleanup, hex formatting
|
4 years ago |
David
|
e306abaf8a
|
Color UI Move Screen for 320x240 TFT (#21708)
|
4 years ago |
Keith Bennett
|
bc28aed5b1
|
Clean up TFT comments (#21723)
|
4 years ago |
Scott Lahteine
|
1830629472
|
Use temperature accessors
|
4 years ago |
Scott Lahteine
|
3153080301
|
Move last bootscreen delay to end of setup (#21665)
|
4 years ago |
Scott Lahteine
|
899fcf51e6
|
Add whole-degree accessors, simplify some temperature-related features (#21685)
|
4 years ago |
Scott Lahteine
|
c67e115f61
|
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
|
4 years ago |
Scott Lahteine
|
c66cbf0d69
|
Reduce math library code size by 3.4KB (#21575)
|
4 years ago |
Ramiro Polla
|
6d9aaf8de5
|
Macros to eliminate 'f + 0.0' (#21568)
|
4 years ago |
BigTreeTech
|
2c73964b2b
|
BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536)
|
4 years ago |
Marcio T
|
82e6a2ed62
|
G26 Hilbert Curve followup (#21480)
|
4 years ago |
Scott Lahteine
|
2059c6e4d0
|
Apply pointer formatting
|
4 years ago |
Scott Lahteine
|
3226e12037
|
Add typedef celsius_t (#21374)
|
4 years ago |
Scott Lahteine
|
976403d10d
|
Improve max temp / target
|
4 years ago |
Mike La Spina
|
db4d9b7fcf
|
Cooler (for Laser) - M143, M193 (#21255)
|
4 years ago |
Tanguy Pruvot
|
460cdf4c09
|
Multi-language pertains to Color UI (#20972)
|
4 years ago |
Victor Oliveira
|
811b3d0f08
|
Include ui_common for MARLIN_LOGO_FULL_SIZE (#20963)
|
4 years ago |
Tanguy Pruvot
|
69da8719cf
|
Graphical TFT fixes, cleanup (#20861)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Tanguy Pruvot
|
60c9a9e654
|
lcd_put_wchar_max for COLOR_UI (#20838)
Co-Authored-By: Victor Oliveira <github@victormo.com.br>
|
4 years ago |
Scott Lahteine
|
0b7de80a6f
|
Move common strings (#20846)
|
4 years ago |
Scott Lahteine
|
86bf374fc4
|
More MKS UI prelim. cleanup
|
4 years ago |
Jason Smith
|
25152a8cef
|
Fix UBL mesh edit delta moves (#20620)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Victor Oliveira
|
cf996949fa
|
Support 4.3" (480x272) Color UI display (#20334)
|
4 years ago |
Keith Bennett
|
7b33ceebbb
|
Apply SHOW_BOOTSCREEN to TFT_COLOR_UI (#20586)
|
4 years ago |
Victor Oliveira
|
427a2fca4d
|
Fix Menu Mixer for Color UI (#20566)
|
4 years ago |
Keith Bennett
|
a8800d5b0a
|
Small / Large Boot Screen option for TFT_COLOR_UI (#20578)
|
4 years ago |
Victor Oliveira
|
fadc8a1944
|
LVGL and Classic UI for STM32 (#20552)
|
4 years ago |