Scott Lahteine
05f4033a34
Prevent a name conflict in u8g impl file
6 роки тому
Tanguy Pruvot
977cfa4494
Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669 )
6 роки тому
Scott Lahteine
1ea9a36d11
FYSETC BLTouch config and more (#14668 )
6 роки тому
Scott Lahteine
92e513e76e
Trailing whitespace
6 роки тому
Karl Andersson
d472934a70
FYSETC Mini 12864 for HAL_STM32 (#14639 )
6 роки тому
thisiskeithb
522df57a45
Tevo Michelangelo configuration (#14577 )
6 роки тому
Tanguy Pruvot
bae8d0a4bd
DOGM: Avoid white flash on TFT (re)init (#14631 )
- Avoid white flash on TFT (re)init. Unlike Graphical LCD, the TFT init color may be full white if the backlight is on during init.
- Add a conditional for delayed backlight init which can be applied to any backlit display.
6 роки тому
Tanguy Pruvot
81d629bc47
Robin & Longer3D SPI TFT driver (#14595 )
6 роки тому
Marcio Teixeira
a49478cefa
Fix STATUS_MESSAGE_SCROLLING in LIGHTWEIGHT_UI (#14603 )
6 роки тому
Scott Lahteine
80c6f98d2f
Fix nested _draw_chamber_status
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com >
6 роки тому
Scott Lahteine
b0d8ba3894
Fix ANIM_CHAMBER
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com >
6 роки тому
Scott Lahteine
fe02241044
NONE on combined options
6 роки тому
Scott Lahteine
67e0238c89
Reduce type warnings
6 роки тому
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 роки тому
Scott Lahteine
b6546ea33a
Add include guards to some headers
6 роки тому
Scott Lahteine
ae9232962e
Use heater index defines
6 роки тому
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
6 роки тому
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 роки тому
Tanguy Pruvot
75aeb41ab7
SKRmini support for Fysetc Mini Panel (#14319 )
6 роки тому
Tanguy Pruvot
287df7a61f
STM32F1: various small changes
- init the led pin as output (like other HALs)
- reduce sdio dma priority to normal.. highest is never the best...
- allow fsmc only on compatible STM32F1 (like HAL fsmc)
- fsmc: remove an useless C style cast
6 роки тому
Scott Lahteine
2a96d4e23a
Move number-to-string functions to libs
6 роки тому
thisiskeithb
662e7da8a4
Fix USE_BIG_EDIT_FONT bug (#14252 )
6 роки тому
InsanityAutomation
123e58d9c3
Heated Chamber for Graphical LCD (#14190 )
6 роки тому
Scott Lahteine
44caf70917
Improve editing, fix some small value editing
6 роки тому
Scott Lahteine
a613bcad2d
Fix some spelling
6 роки тому
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 роки тому
Scott Lahteine
a36782ac1d
Define more u8g command macros
6 роки тому
Bob Kuhn
c48e6be366
Fysetc panel, RUMBA and ReARM pins, SPI mode 3 (#13900 )
6 роки тому
Luu Lac
39ebca6b5f
Fix FYSETC, MINIPANEL, MKS_MINI_12864 display (#13864 )
6 роки тому
Scott Lahteine
5051909c3c
Update do_select_screen for general use (#13800 )
6 роки тому
Bob Kuhn
81ca5a4cd4
Fix and improve FYSETC LCD support (#13767 )
6 роки тому
jmdearras
b65cb5704d
Fix, improve FYSETC_MINI_12864 support (#13730 )
6 роки тому
Marcio Teixeira
2e3d121ac4
Squelch compiler warning (#13739 )
6 роки тому
Marcio Teixeira
08f21335a6
Fix bad opcode in LIGHTWEIGHT_UI; add 32-bit HAL and Due compatibility (#13751 )
6 роки тому
Antonio Pérez
bf28ad4b6c
Fix clear of Z position last digit (#13731 )
6 роки тому
Bob Kuhn
9b578ca343
Support FYSETC_MINI_12864 on Re-ARM, RAMPS_FD, MKS SBASE (#13717 )
6 роки тому
Marcio Teixeira
bdfffee037
Modify Z-offset overlay for clarity (#13660 )
6 роки тому
Scott Lahteine
f2ba0a5ae7
Tweak some formatting
6 роки тому
Scott Lahteine
cee3b172b9
Fix Marlin splash screen logic (#13646 )
6 роки тому
Scott Lahteine
5018fdacbe
Support FYSETC_MINI_12864_PANEL (#13365 )
6 роки тому
Scott Lahteine
9abe9aff56
Confirm before starting SD print (#13616 )
6 роки тому
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 (#13580 )
6 роки тому
Scott Lahteine
5d2c5877f7
DOGM bootscreen cleanup
6 роки тому
Alexander Gavrilenko
6d9aaca082
Fix compilation error for MKS Robin (#13506 )
6 роки тому
Scott Lahteine
b376c7e374
Group DISABLED items
6 роки тому
Scott Lahteine
58bca67883
Unify status scrolling further
6 роки тому
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 роки тому
Scott Lahteine
6214c997c0
Remove includes of <binary.h>
6 роки тому
Scott Lahteine
d94e077901
Apply HAS_HOTEND_OFFSET where needed
6 роки тому
Scott Lahteine
aa1d587128
Some LCD code cleanup
6 роки тому